diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index abbd1a0..9eadb05 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -20,21 +20,28 @@ if(CXXTEST_FOUND) Fixture.hpp test_Logger.hpp -# test_ArgParse.hpp -# test_Common.hpp -# test_ConditionalVariable.hpp -# test_Multiton.hpp -# test_Mutex.hpp -# test_ObjectPool.hpp -# test_ScopedLock.hpp -# test_Semaphore.hpp -# test_Singleton_DCLP.hpp -# test_Singleton_call_once.hpp -# # test_Singleton.hpp Cannot test private member, Ficture.hpp loads it -# test_Singleton_meyers.hpp -# test_Thread.hpp -# test_ThreadPool.hpp -# # test_Timer.hpp Takes too much time&buggy + test_ArgParse.hpp + test_Common.hpp + test_ConditionalVariable.hpp + test_Multiton.hpp + test_Mutex.hpp + test_ObjectPool.hpp + test_ScopedLock.hpp + test_Semaphore.hpp + test_Singleton_DCLP.hpp + test_Singleton_call_once.hpp + # test_Singleton.hpp Cannot test private member, Ficture.hpp loads it + test_Singleton_meyers.hpp + test_Thread.hpp + test_ThreadPool.hpp + + test_timerUser.hpp + test_Timer.hpp + test_Connection.hpp + test_StreamConnection.hpp + test_TcpConnection.hpp + test_Message.hpp + ) target_link_libraries(testCppUtils CppUtils gcov) endif()