added code to test timers and mutexes, some issues with mutexes present although
svn-id: r50444
This commit is contained in:
parent
cf3d5c2774
commit
ef1ba0ea15
3 changed files with 51 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue