Home
last modified time | relevance | path

Searched refs:runtests (Results 1 – 9 of 9) 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 runtests_cxx program
39 TESTS = runtests runtests_cxx
57 runtests.c \
H A DMakefile.in123 check_PROGRAMS = runtests$(EXEEXT) runtests_cxx$(EXEEXT)
124 TESTS = runtests$(EXEEXT) runtests_cxx$(EXEEXT)
152 nsalloc_tests.$(OBJEXT) runtests.$(OBJEXT) \
203 ./$(DEPDIR)/nsalloc_tests_cxx.Po ./$(DEPDIR)/runtests.Po \
683 runtests.c \
768 runtests$(EXEEXT): $(runtests_OBJECTS) $(runtests_DEPENDENCIES) $(EXTRA_runtests_DEPENDENCIES)
769 @rm -f runtests$(EXEEXT)
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtests.Po@am__quote@ # am--include-marker
1105 runtests.log: runtests$(EXEEXT)
1261 -rm -f ./$(DEPDIR)/runtests.Po
[all …]
/freebsd/crypto/openssl/test/
H A Drun_tests.pl270 sub runtests { subroutine
294 Test::Harness::runtests(@args);
310 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }
315 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }
/freebsd/contrib/unifdef/win32/
H A DMakefile.mingw14 scripts/runtests.sh tests
/freebsd/tools/tools/crypto/
H A Dcryptotest.c449 runtests(struct alg *ealg, struct alg *alg, int count, int size, u_long cmd, int threads, int profi… in runtests() function
633 runtests(ealg, alg, count, sizes[j], cmd, maxthreads, profile); in main()
639 runtests(ealg, alg, count, sizes[i], cmd, maxthreads, profile); in main()
/freebsd/contrib/unifdef/
H A DMakefile21 scripts/runtests.sh tests
/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