activating all tests

master
Denes Matetelki 12 years ago
parent 7ad4ebe136
commit ef2a90f17f

@ -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()

Loading…
Cancel
Save