File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ add_library(Common
9090 src/Thread.cxx
9191 src/Timer.cxx
9292 src/Configuration.cxx
93- src/DataBlock.cxx
94- src/DataBlockContainer.cxx
9593 src/MemPool.cxx )
9694
9795# Produce the final Version.h using template Version.h.in and substituting
@@ -120,12 +118,6 @@ add_subdirectory(doc)
120118####################################
121119enable_testing ()
122120
123- add_executable (testDataFormat test /testDataFormat.c )
124- target_link_libraries (testDataFormat Common )
125- set_source_files_properties (test /testDataFormat.c PROPERTIES LANGUAGE CXX )
126- add_test (NAME testDataFormat COMMAND testDataFormat )
127- set_tests_properties (testDataFormat PROPERTIES TIMEOUT 60 )
128-
129121add_executable (testSimpleLog test /testSimpleLog.cxx )
130122target_link_libraries (testSimpleLog Common )
131123
@@ -136,7 +128,6 @@ set(TEST_SRCS
136128 test/TestSuffixNumber.cxx
137129 test/TestSuffixOption.cxx
138130 test/TestSystem.cxx
139- test/testMemPool.cxx
140131 test/testTimer.cxx
141132)
142133
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments