From d39aefd937c0a63f164218dbc279f063f1bf7e86 Mon Sep 17 00:00:00 2001 From: Ger van Diepen <diepen@astron.nl> Date: Mon, 31 Aug 2009 13:27:00 +0000 Subject: [PATCH] bug 1397: Added tTypeNames --- LCS/Common/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/LCS/Common/test/CMakeLists.txt b/LCS/Common/test/CMakeLists.txt index 2cf6522e83e..acdec525cf5 100644 --- a/LCS/Common/test/CMakeLists.txt +++ b/LCS/Common/test/CMakeLists.txt @@ -23,6 +23,7 @@ include(LofarCTest) lofar_add_test(testLogger testLogger.cc) lofar_add_test(tAllocator tAllocator.cc) lofar_add_test(tDataConvert tDataConvert.cc) +lofar_add_test(tTypeNames tTypeNames.cc) lofar_add_test(tFileLocator tFileLocator.cc) lofar_add_test(tStringUtil tStringUtil.cc) lofar_add_test(tStreamUtil tStreamUtil.cc) -- GitLab