Event test added

This commit is contained in:
Matej Sekoranja
2014-11-25 10:43:07 +01:00
parent 2e4a8b2e23
commit de1478d7ba
6 changed files with 74 additions and 6 deletions
+5
View File
@@ -7,6 +7,11 @@ testThread_SRCS += testThread.cpp
testHarness_SRCS += testThread.cpp
TESTS += testThread
TESTPROD_HOST += testEvent
testEvent_SRCS += testEvent.cpp
testHarness_SRCS += testEvent.cpp
TESTS += testEvent
TESTPROD_HOST += testTimer
testTimer_SRCS += testTimer.cpp
testHarness_SRCS += testTimer.cpp