added code to test timers and mutexes, some issues with mutexes present although

svn-id: r50444
This commit is contained in:
Neeraj Kumar 2010-06-28 12:58:14 +00:00
parent cf3d5c2774
commit ef1ba0ea15
3 changed files with 51 additions and 5 deletions

View file

@ -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");