From ef1ba0ea15435d178da7a834a487caf4ff8ef9e5 Mon Sep 17 00:00:00 2001 From: Neeraj Kumar Date: Mon, 28 Jun 2010 12:58:14 +0000 Subject: added code to test timers and mutexes, some issues with mutexes present although svn-id: r50444 --- engines/testbed/testbed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/testbed/testbed.cpp') diff --git a/engines/testbed/testbed.cpp b/engines/testbed/testbed.cpp index 47509ec9fb..5731483c66 100644 --- a/engines/testbed/testbed.cpp +++ b/engines/testbed/testbed.cpp @@ -88,7 +88,7 @@ Common::Error TestbedEngine::run() { // To be set from config file // By default Interactive tests are enabled // XXX: disabling these as of now for fastly testing other tests - // Testsuite::isInteractive = false; + Testsuite::isInteractive = false; if (Testsuite::isInteractive) { printf("Running Interactive tests as well\n"); -- cgit v1.2.3