forgot to add template testcase

This commit is contained in:
Mathieu Lacage
2009-09-29 16:30:38 +02:00
parent 40904e24ad
commit 65e4c20ca2

View File

@@ -344,6 +344,7 @@ public:
: TestSuite ("timer", UNIT)
{
AddTestCase (new TimerStateTestCase ());
AddTestCase (new TimerTemplateTestCase ());
}
} g_timerTestSuite;