Home
last modified time | relevance | path

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

123

/external/curl/tests/
DMakefile.am23 HTMLPAGES = testcurl.html runtests.html
24 PDFPAGES = testcurl.pdf runtests.pdf
25 MANDISTPAGES = runtests.1.dist testcurl.1.dist
34 EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \
36 valgrind.pm ftp.pm sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \
71 TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
DREADME91 indexed from, can be set explicitly using runtests.pl' -b option to allow
102 and invokes the 'runtests.pl' perl script to run all the tests. Edit the top
112 (like "./runtests.pl 3 4" to test 3 and 4 only). It also supports test case
113 ranges with 'to', as in "./runtests 3 to 9" which runs the seven tests from
161 runtests.pl's -t option will enable torture testing mode, which runs each
172 line parameters that failed. Just invoke 'runtests.pl <test number> -g' and
179 runtests.pl script). Use runtests.pl -k to force it to keep the temporary
209 The runtests.pl script provides some hooks to allow curl to be tested on a
213 the beginning of runtests.pl for details.
/external/autotest/client/bin/self-test/
Dtest16 function runtests { function
55 test) runtests tests/* ;;
56 *) runtests "$@" ;;
/external/expat/tests/
DMakefile.am37 check_PROGRAMS = runtests runtestspp program
38 TESTS = runtests runtestspp
50 runtests.c
Druntests.sln6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runtests", "runtests.vcxproj", "{63D6D820-B526…
DMakefile.in121 check_PROGRAMS = runtests$(EXEEXT) runtestspp$(EXEEXT)
122 TESTS = runtests$(EXEEXT) runtestspp$(EXEEXT)
148 am_runtests_OBJECTS = runtests.$(OBJEXT)
625 runtests.c
693 runtests$(EXEEXT): $(runtests_OBJECTS) $(runtests_DEPENDENCIES) $(EXTRA_runtests_DEPENDENCIES)
694 @rm -f runtests$(EXEEXT)
710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runtests.Po@am__quote@
1002 runtests.log: runtests$(EXEEXT)
/external/expat/
DMakefile.am73 tests/runtests.sln \
74 tests/runtests.vcxproj \
75 tests/runtests.vcxproj.filters \
DCMakeLists.txt227 …add_executable(runtests tests/runtests.c tests/chardata.c tests/structdata.c tests/minicheck.c tes… target
228 set_property(TARGET runtests PROPERTY RUNTIME_OUTPUT_DIRECTORY tests)
229 target_link_libraries(runtests expat)
230 add_test(runtests tests/runtests)
/external/robolectric-shadows/
Drobotest.sh90 function runtests() { function
123 runtests "${tests}" >"$output" 2>&1 || result="$?"
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/
DChangeLog18 * runtests.sh: Fixing override for num cpus to test on
25 * Expanding runtests.sh to support LOOP overriding
/external/deqp-deps/glslang/
DREADME.md170 Test](gtests/), one is the [`runtests` script](Test/runtests). The former
176 The [`runtests` script](Test/runtests) requires compiled binaries to be
179 otherwise, you may want to modify the path in the `runtests` script.
197 Running `runtests` script-backed tests:
200 cd $SOURCE_DIR/Test && ./runtests
224 For the `runtests` script, it will generate current results in the
232 by `runtests` and included in the `diff` and `bump` process.
/external/nos/test/system-test-harness/
DBUILD9 name = "runtests",
18 "src/runtests.cc",
DREADME.md18 > bazel run runtests
/external/antlr/runtime/Perl5/t/
Dclasses.t9 Test::Class->runtests();
/external/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj83 …2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType…
168 4024D1E2113D838200C7059E /* runtests.sh */,
277 shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n";
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj83 …2113D838200C7059E /* runtests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType…
168 4024D1E2113D838200C7059E /* runtests.sh */,
277 shellScript = "/bin/bash $SRCROOT/runtests.sh $BUILT_PRODUCTS_DIR/WidgetFrameworkTest\n";
/external/vboot_reference/
Demerge_test.sh51 make runtests -j32
/external/curl/tests/unit/
DREADME21 ./runtests.pl NNNN where NNNN is the specific test number.
28 using gdb by doing ./runtests.pl -g NNNN. That is, add a -g to make it start
/external/libffi/testsuite/lib/
Dlibffi.exp253 global runtests
258 if ![runtest_file_p $runtests $test] {
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
Dlibffi.exp253 global runtests
258 if ![runtest_file_p $runtests $test] {
/external/curl/tests/data/
DCMakeLists.txt1 # Loads 'TESTCASES' from for the 'make show' target in runtests.pl
DDISABLED2 # test cases are run by runtests.pl. Just add the plain test case numbers, one
/external/Reactive-Extensions/RxCpp/Ix/CPP/unittest/
Dmakefile21 runtests : "$O/$(program)" target
/external/python/google-api-python-client/
DMakefile12 find tests -name "test_*.py" | xargs --max-args=1 coverage run -a runtests.py
/external/owasp/sanitizer/
DMakefile1 default: javadoc runtests findbugs
119 runtests: tests target

123