Home | History | Annotate | Download | only in ctestfw

Lines Matching full:torun

1093     const TestNode*    toRun;
1100 toRun = root;
1113 toRun = root;
1115 toRun = getTest(root, argv[i]);
1117 if ( toRun == NULL )
1126 showTests(toRun);
1128 runTests(toRun);
1147 showTests(toRun);
1149 runTests(toRun);