HomeSort by: relevance | last modified time | path
    Searched refs:alltests (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
run_tests.pl 40 my @alltests = find_matching_tests("*");
44 foreach my $arg (@ARGV ? @ARGV : ('alltests')) {
46 foreach (@alltests) {
52 if ($arg eq 'alltests') {
53 warn "'alltests' encountered, ignoring everything before that...\n"
55 %tests = map { $_ => 1 } @alltests;
61 # If '-foo' is the first arg, it's short for 'alltests -foo'
63 %tests = map { $_ => 1 } @alltests;
  /src/crypto/external/apache2/openssl/dist/test/
run_tests.pl 83 my @alltests = find_matching_tests("*");
97 foreach my $arg (@ARGV ? @ARGV : ('alltests')) {
99 foreach (@alltests) {
105 if ($arg eq 'alltests') {
106 warn "'alltests' encountered, ignoring everything before that...\n"
108 %tests = map { $_ => 1 } @alltests;
114 # If '-foo' is the first arg, it's short for 'alltests -foo'
116 %tests = map { $_ => 1 } @alltests;
  /src/crypto/external/bsd/openssl/dist/test/
run_tests.pl 78 my @alltests = find_matching_tests("*");
92 foreach my $arg (@ARGV ? @ARGV : ('alltests')) {
94 foreach (@alltests) {
100 if ($arg eq 'alltests') {
101 warn "'alltests' encountered, ignoring everything before that...\n"
103 %tests = map { $_ => 1 } @alltests;
109 # If '-foo' is the first arg, it's short for 'alltests -foo'
111 %tests = map { $_ => 1 } @alltests;
  /src/external/bsd/libevent/dist/test/
regress_main.c 457 const char *alltests[] = { "+..", NULL }; variable
473 { "all", alltests },
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_main.c 454 const char *alltests[] = { "+..", NULL }; variable
470 { "all", alltests },

Completed in 26 milliseconds