diff --git a/LCS/Common/test/CMakeLists.txt b/LCS/Common/test/CMakeLists.txt index 2cf6522e83e40f9f783713dd15f33dd4a4112679..acdec525cf559687f2aee8c3b06e731ea9090363 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)