X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fapp%2FTimerTest.hpp;h=b99ce70c35ceea26c0ffc4514a13235d4c97354f;hb=1257f99e76493b448bd81dba22e0ecb570aac6a0;hp=ead7d43e63c76913aa0a2bcd364ae85fa45a7309;hpb=32cfee7492915d3009e30e56d8ccaef295cae8b7;p=blank.git diff --git a/tst/app/TimerTest.hpp b/tst/app/TimerTest.hpp index ead7d43..b99ce70 100644 --- a/tst/app/TimerTest.hpp +++ b/tst/app/TimerTest.hpp @@ -12,7 +12,8 @@ class TimerTest CPPUNIT_TEST_SUITE(TimerTest); -CPPUNIT_TEST(testIntervalTimer); +CPPUNIT_TEST(testCoarseTimer); +CPPUNIT_TEST(testFineTimer); CPPUNIT_TEST_SUITE_END(); @@ -20,7 +21,8 @@ public: void setUp(); void tearDown(); - void testIntervalTimer(); + void testCoarseTimer(); + void testFineTimer(); };