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

  /src/external/bsd/zstd/dist/doc/educational_decoder/
Makefile 36 harness: $(HARNESS_FILES)
40 @$(RM) harness *.o
41 @$(RM) -rf harness.dSYM # MacOS specific
43 test: harness
48 @./harness tmp.zst tmp
55 @$(ZSTD) --train harness.c zstd_decompress.c zstd_decompress.h README.md \
56 harness.c zstd_decompress.c zstd_decompress.h README.md \
57 harness.c zstd_decompress.c zstd_decompress.h README.md \
60 @./harness tmp.zst tmp dictionary
  /src/external/gpl2/lvm2/dist/test/
Makefile 29 ./bin/harness t-*.sh
34 bin/harness: $(srcdir)/harness.c .bin-dir-stamp
35 $(CC) -o bin/harness $<
37 init.sh: $(srcdir)/Makefile.in $(srcdir)/test-utils.sh .bin-dir-stamp bin/not bin/harness $(T)
69 # ./bin/harness $@
  /src/external/gpl3/gcc/dist/contrib/
dg-extract-results.py 56 # A segment of text before the harness runs start, describing which
65 # Return the HarnessRun for harness NAME.
74 # Segments of text that make up the harness run, mapped by a test-based
77 # Segments of text that make up the harness run but which have
86 # Add a segment of text to the harness run. If the segment includes
89 # test results (e.g. because the harness doesn't do anything for the
242 harness = None
248 # the first harness to the header.
270 # Look for the start of a new harness.
272 # Close off the current harness segment, if any
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
dg-extract-results.py 56 # A segment of text before the harness runs start, describing which
65 # Return the HarnessRun for harness NAME.
74 # Segments of text that make up the harness run, mapped by a test-based
77 # Segments of text that make up the harness run but which have
86 # Add a segment of text to the harness run. If the segment includes
89 # test results (e.g. because the harness doesn't do anything for the
241 harness = None
247 # the first harness to the header.
269 # Look for the start of a new harness.
271 # Close off the current harness segment, if any
    [all...]
  /src/external/gpl3/gdb.old/dist/contrib/
dg-extract-results.py 56 # A segment of text before the harness runs start, describing which
65 # Return the HarnessRun for harness NAME.
74 # Segments of text that make up the harness run, mapped by a test-based
77 # Segments of text that make up the harness run but which have
86 # Add a segment of text to the harness run. If the segment includes
89 # test results (e.g. because the harness doesn't do anything for the
242 harness = None
248 # the first harness to the header.
270 # Look for the start of a new harness.
272 # Close off the current harness segment, if any
    [all...]
  /src/external/gpl3/gdb/dist/contrib/
dg-extract-results.py 56 # A segment of text before the harness runs start, describing which
65 # Return the HarnessRun for harness NAME.
74 # Segments of text that make up the harness run, mapped by a test-based
77 # Segments of text that make up the harness run but which have
86 # Add a segment of text to the harness run. If the segment includes
89 # test results (e.g. because the harness doesn't do anything for the
243 harness = None
249 # the first harness to the header.
271 # Look for the start of a new harness.
273 # Close off the current harness segment, if any
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
run_tests.pl 23 my $TAP_Harness = eval { require TAP::Harness } ? "TAP::Harness"
24 : "OpenSSL::TAP::Harness";
86 my $harness = $TAP_Harness->new(\%tapargs);
87 my $ret = $harness->runtests(map { abs2rel($_, rel2abs(curdir())); }
97 # If this isn't a TAP::Parser::Aggregator, it's the pre-TAP test harness,
111 # Fake TAP::Harness in case it's not loaded
112 use Test::Harness;
113 package OpenSSL::TAP::Harness;
141 $Test::Harness::switches = join(' ', @switches)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
run_tests.pl 65 # TAP::Harness->new(), they will be accessed directly, see the
155 # The following is quite a bit of hackery to adapt to both TAP::Harness
156 # and Test::Harness, depending on what's available.
157 # The TAP::Harness hack allows support for HARNESS_VERBOSE_FAILURE* and
158 # HARNESS_TAP_COPY, while the Test::Harness hack can't, because the pre
159 # TAP::Harness Test::Harness simply doesn't have support for this sort of
162 # We use eval to avoid undue interruption if TAP::Harness isn't present.
274 package TAP::Harness::OpenSSL;
275 use parent -norequire, 'TAP::Harness';
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
run_tests.pl 60 # TAP::Harness->new(), they will be accessed directly, see the
150 # The following is quite a bit of hackery to adapt to both TAP::Harness
151 # and Test::Harness, depending on what's available.
152 # The TAP::Harness hack allows support for HARNESS_VERBOSE_FAILURE* and
153 # HARNESS_TAP_COPY, while the Test::Harness hack can't, because the pre
154 # TAP::Harness Test::Harness simply doesn't have support for this sort of
157 # We use eval to avoid undue interruption if TAP::Harness isn't present.
247 package TAP::Harness::OpenSSL;
248 use parent -norequire, 'TAP::Harness';
    [all...]

Completed in 19 milliseconds