Home | History | Annotate | Download | only in ctestfw

Lines Matching refs:toRun

1091     const TestNode*    toRun;
1098 toRun = root;
1111 toRun = root;
1113 toRun = getTest(root, argv[i]);
1115 if ( toRun == NULL )
1124 showTests(toRun);
1126 runTests(toRun);
1145 showTests(toRun);
1147 runTests(toRun);