Home
last modified time | relevance | path

Searched refs:runtests (Results 1 – 16 of 16) sorted by relevance

/freebsd/tests/sys/opencrypto/
H A DMakefile13 TAP_TESTS_SH+= runtests
15 TEST_METADATA.runtests+= required_programs="python3"
16 TEST_METADATA.runtests+= required_user="root"
/freebsd/contrib/expat/tests/
H A DMakefile.am38 check_PROGRAMS = runtests program
39 TESTS = runtests
57 runtests.c \
H A DMakefile.in125 check_PROGRAMS = runtests$(EXEEXT)
126 TESTS = runtests$(EXEEXT)
154 nsalloc_tests.$(OBJEXT) runtests.$(OBJEXT) \
186 ./$(DEPDIR)/nsalloc_tests.Po ./$(DEPDIR)/runtests.Po \
657 runtests.c \
719 runtests$(EXEEXT): $(runtests_OBJECTS) $(runtests_DEPENDENCIES) $(EXTRA_runtests_DEPENDENCIES)
720 @rm -f runtests$(EXEEXT)
741 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtests.Po@am__quote@ # am--include-marker
1042 runtests.log: runtests$(EXEEXT)
1180 -rm -f ./$(DEPDIR)/runtests.Po
[all …]
/freebsd/crypto/openssl/test/
H A Drun_tests.pl297 sub runtests { subroutine
321 Test::Harness::runtests(@args);
337 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }
342 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }
/freebsd/contrib/unifdef/win32/
H A DMakefile.mingw14 scripts/runtests.sh tests
/freebsd/crypto/openssl/test/recipes/95-test_external_oqsprovider_data/
H A Doqsprovider.sh76 $SRCTOP/oqs-provider/scripts/runtests.sh -V
/freebsd/contrib/unifdef/
H A DMakefile21 scripts/runtests.sh tests
/freebsd/contrib/pam-krb5/
H A DMakefile.am88 check_PROGRAMS = tests/runtests tests/module/alt-auth-t \
180 cd tests && ./runtests -l '$(abs_top_srcdir)/tests/TESTS'
203 C_TAP_VALGRIND="$(VALGRIND_COMMAND)" tests/runtests \
H A DNEWS84 * Fix (harmless) allocation error in runtests driver.
140 * Fix segfault in runtests with an empty test list.
188 * runtests now treats the command line as a list of tests by default.
189 * The full test executable path can now be passed to runtests -o.
367 * Fix runtests to honor -s even if BUILD and -b aren't given.
369 * runtests now frees all allocated resources on exit.
H A DLICENSE95 tests/pam-util/logging-t.c tests/pam-util/options-t.c tests/runtests.c
H A DREADME.md199 tests/runtests -o <name-of-test>
H A DREADME186 tests/runtests -o <name-of-test>
/freebsd/contrib/pam-krb5/tests/data/
H A Dcppcheck.supp26 constArgument:tests/runtests.c:804
/freebsd/contrib/pam-krb5/tests/
H A DREADME73 the runtests driver, the environment variables C_TAP_SOURCE and
105 instead of runtests for running the test suite.
193 using the environment set up by runtests with:
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c1504 void runtests(char *name, FILE *fp) { in runtests() function
1691 runtests(files[i], fp); in main()
1694 runtests("(stdin)", stdin); in main()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md3281 just make sure `foo_test.run` or `runtests` is in the build command you supply