diff --git a/src/simulator/timer.cc b/src/simulator/timer.cc index 69b7f2a01..3d64f8d63 100644 --- a/src/simulator/timer.cc +++ b/src/simulator/timer.cc @@ -344,6 +344,7 @@ public: : TestSuite ("timer", UNIT) { AddTestCase (new TimerStateTestCase ()); + AddTestCase (new TimerTemplateTestCase ()); } } g_timerTestSuite;