Home
last modified time | relevance | path

Searched refs:TESTCASES (Results 1 – 2 of 2) sorted by relevance

/curl/tests/
H A Druntests.pl113 my $TESTCASES="all";
2550 $TESTCASES=join(" ", @testthis);
2714 if ( $TESTCASES eq "all") {
2735 $TESTCASES .= " $n";
2740 for(split(" ", $TESTCASES)) {
2749 $TESTCASES = $verified;
2754 $s .= $TESTCASES;
2756 $TESTCASES = $s;
2762 while($TESTCASES) {
2773 $TESTCASES = join(" ", @rand);
[all …]
/curl/tests/data/
H A DMakefile.am29 TESTCASES = test1 test2 test3 test4 test5 test6 test7 test8 test9 \ macro
275 EXTRA_DIST = $(TESTCASES) DISABLED

Completed in 11 milliseconds