From c7bf5621b7d0b42246b0c7327f66dae438b6d78e Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 11 Jan 2016 15:57:03 +0000
Subject: [PATCH] Task #8899: Enable tests

---
 LCS/PyCommon/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LCS/PyCommon/CMakeLists.txt b/LCS/PyCommon/CMakeLists.txt
index e44c195d886..d8c88f0a3a0 100644
--- a/LCS/PyCommon/CMakeLists.txt
+++ b/LCS/PyCommon/CMakeLists.txt
@@ -5,7 +5,7 @@ lofar_package(PyCommon 1.0)
 lofar_find_package(Python 2.6 REQUIRED)
 include(PythonInstall)
 
-#add_subdirectory(test)
+add_subdirectory(test)
 
 set(_py_files
   dbcredentials.py
-- 
GitLab