From 65e4c20ca2a68b54786022df85f38d51b941fe31 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Tue, 29 Sep 2009 16:30:38 +0200 Subject: [PATCH] forgot to add template testcase --- src/simulator/timer.cc | 1 + 1 file changed, 1 insertion(+) 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;