Searched refs:runtests (Results 1 – 16 of 16) sorted by relevance
13 TAP_TESTS_SH+= runtests15 TEST_METADATA.runtests+= required_programs="python3"16 TEST_METADATA.runtests+= required_user="root"
38 check_PROGRAMS = runtests program39 TESTS = runtests57 runtests.c \
125 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-marker1042 runtests.log: runtests$(EXEEXT)1180 -rm -f ./$(DEPDIR)/runtests.Po[all …]
297 sub runtests { subroutine321 Test::Harness::runtests(@args);337 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }342 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }
14 scripts/runtests.sh tests
76 $SRCTOP/oqs-provider/scripts/runtests.sh -V
21 scripts/runtests.sh tests
88 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 \
84 * 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.
95 tests/pam-util/logging-t.c tests/pam-util/options-t.c tests/runtests.c
199 tests/runtests -o <name-of-test>
186 tests/runtests -o <name-of-test>
26 constArgument:tests/runtests.c:804
73 the runtests driver, the environment variables C_TAP_SOURCE and105 instead of runtests for running the test suite.193 using the environment set up by runtests with:
1504 void runtests(char *name, FILE *fp) { in runtests() function1691 runtests(files[i], fp); in main()1694 runtests("(stdin)", stdin); in main()
3281 just make sure `foo_test.run` or `runtests` is in the build command you supply