From ef2a90f17fb3bece7e4a0099bb9062037a435ede Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Fri, 5 Jul 2013 20:00:43 +0200 Subject: [PATCH] activating all tests --- test/CMakeLists.txt | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) 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()