/external/curl/tests/ |
D | Makefile.am | 23 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
|
D | README | 91 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/ |
D | test | 16 function runtests { function 55 test) runtests tests/* ;; 56 *) runtests "$@" ;;
|
/external/expat/tests/ |
D | Makefile.am | 37 check_PROGRAMS = runtests runtestspp program 38 TESTS = runtests runtestspp 50 runtests.c
|
D | runtests.sln | 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runtests", "runtests.vcxproj", "{63D6D820-B526…
|
D | Makefile.in | 121 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/ |
D | Makefile.am | 73 tests/runtests.sln \ 74 tests/runtests.vcxproj \ 75 tests/runtests.vcxproj.filters \
|
D | CMakeLists.txt | 227 …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/ |
D | robotest.sh | 90 function runtests() { function 123 runtests "${tests}" >"$output" 2>&1 || result="$?"
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/ |
D | ChangeLog | 18 * runtests.sh: Fixing override for num cpus to test on 25 * Expanding runtests.sh to support LOOP overriding
|
/external/deqp-deps/glslang/ |
D | README.md | 170 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/ |
D | BUILD | 9 name = "runtests", 18 "src/runtests.cc",
|
D | README.md | 18 > bazel run runtests
|
/external/antlr/runtime/Perl5/t/ |
D | classes.t | 9 Test::Class->runtests();
|
/external/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ |
D | project.pbxproj | 83 …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/ |
D | project.pbxproj | 83 …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/ |
D | emerge_test.sh | 51 make runtests -j32
|
/external/curl/tests/unit/ |
D | README | 21 ./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/ |
D | libffi.exp | 253 global runtests 258 if ![runtest_file_p $runtests $test] {
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/ |
D | libffi.exp | 253 global runtests 258 if ![runtest_file_p $runtests $test] {
|
/external/curl/tests/data/ |
D | CMakeLists.txt | 1 # Loads 'TESTCASES' from for the 'make show' target in runtests.pl
|
D | DISABLED | 2 # test cases are run by runtests.pl. Just add the plain test case numbers, one
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/unittest/ |
D | makefile | 21 runtests : "$O/$(program)" target
|
/external/python/google-api-python-client/ |
D | Makefile | 12 find tests -name "test_*.py" | xargs --max-args=1 coverage run -a runtests.py
|
/external/owasp/sanitizer/ |
D | Makefile | 1 default: javadoc runtests findbugs 119 runtests: tests target
|