From ab1656f17c2892d593d90a633341cd71d7d606d3 Mon Sep 17 00:00:00 2001
From: Mattia Mancini <mancini@astron.nl>
Date: Thu, 14 Mar 2019 14:03:09 +0000
Subject: [PATCH] OSB-44: Reformat structure

---
 LCU/Maintenance/DBInterface/test/CMakeLists.txt | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/LCU/Maintenance/DBInterface/test/CMakeLists.txt b/LCU/Maintenance/DBInterface/test/CMakeLists.txt
index 2ed24549fd2..fc1612413ff 100644
--- a/LCU/Maintenance/DBInterface/test/CMakeLists.txt
+++ b/LCU/Maintenance/DBInterface/test/CMakeLists.txt
@@ -1,13 +1,3 @@
-# $Id$
-include(LofarCTestPython)
 
-enable_coverage(3)
-
-set(py_files postgres_testrunner.py
-             __init__.py
-             test_rtsm_models.py)
-python_install(${py_files} DESTINATION lofar/maintenance/test)
-
-lofar_add_test(t_rtsm_models)
-
-add_subdirectory(controllers)
\ No newline at end of file
+add_subdirectory(controllers)
+add_subdirectory(models)
\ No newline at end of file
-- 
GitLab