Home
last modified time | relevance | path

Searched +refs:all +refs:tests (Results 1 – 25 of 133344) sorted by relevance

12345678910>>...5334

/dports/devel/uid_wrapper/uid_wrapper-1.2.4/obj32/CMakeFiles/
H A DMakefile21017 tests/all: tests/CMakeFiles/getuids.dir/all
1018 tests/all: tests/CMakeFiles/test_getresuid.dir/all
1020 tests/all: tests/CMakeFiles/test_setegid.dir/all
1021 tests/all: tests/CMakeFiles/test_seteuid.dir/all
1022 tests/all: tests/CMakeFiles/test_setgid.dir/all
1023 tests/all: tests/CMakeFiles/test_setgroups.dir/all
1024 tests/all: tests/CMakeFiles/test_setregid.dir/all
1028 tests/all: tests/CMakeFiles/test_setreuid.dir/all
1029 tests/all: tests/CMakeFiles/test_setuid.dir/all
1032 tests/all: tests/CMakeFiles/test_syscall.dir/all
[all …]
/dports/security/pure-sfv/pure-sfv-0.3/
H A Dtest_pure-sfv.sh67 run_sfv 0 -d ../tests/test1/all.SFV
70 run_sfv ${EXIT_SFV_NOT_FOUND} -d -s ../tests/test1/all.sfv
73 run_sfv 0 -d -s ../tests/test1/all.sfv -i
85 run_sfv ${EXIT_TESTED_OK_MISSING} -d ../tests/test2_case/all.SFV
88 run_sfv 0 -i -d ../tests/test2_case/all.SFV
91 run_sfv ${EXIT_TESTED_OK_MISSING} -d ../tests/test3_missing/all.SFV
94 run_sfv 0 -d -E "data?" ../tests/test3_missing/all.SFV
97 run_sfv 0 -d -I "*.bin" ../tests/test3_missing/all.SFV
100 run_sfv 0 -d -I "*.bin" -E "*2*" ../tests/test3_missing/all.SFV
103 run_sfv 0 -d -E "*2*" -I "*.bin" ../tests/test3_missing/all.SFV
[all …]
/dports/devel/socket_wrapper/socket_wrapper-1.1.9/obj32/CMakeFiles/
H A DMakefile21018 tests/all: tests/CMakeFiles/test_close_failure.dir/all
1019 tests/all: tests/CMakeFiles/test_max_sockets.dir/all
1020 tests/all: tests/CMakeFiles/test_echo_tcp_socket.dir/all
1021 tests/all: tests/CMakeFiles/test_ioctl.dir/all
1023 tests/all: tests/CMakeFiles/test_tcp_dup2.dir/all
1024 tests/all: tests/CMakeFiles/echo_srv.dir/all
1025 tests/all: tests/CMakeFiles/test_echo_tcp_connect.dir/all
1026 tests/all: tests/CMakeFiles/test_echo_tcp_bind.dir/all
1027 tests/all: tests/CMakeFiles/torture.dir/all
1028 tests/all: tests/CMakeFiles/test_swrap_unit.dir/all
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/nanopass/
H A Dtest-all.ss13 (printf "Compiler loaded, running all tests (quietly)\n")
16 (run-all-tests)
17 (run-all-tests)
18 (run-all-tests)
19 (run-all-tests)
20 (run-all-tests)
21 (run-all-tests)
22 (run-all-tests)
23 (run-all-tests)
24 (run-all-tests)
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/nanopass/
H A Dtest-all.ss13 (printf "Compiler loaded, running all tests (quietly)\n")
16 (run-all-tests)
17 (run-all-tests)
18 (run-all-tests)
19 (run-all-tests)
20 (run-all-tests)
21 (run-all-tests)
22 (run-all-tests)
23 (run-all-tests)
24 (run-all-tests)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/buildbot/
H A Dbuildbot_spec2k.sh345 build-tests SetupPnaclPexeOpt all 0 1
353 build-tests SetupPnaclTranslatorArmOptHW all 1 1
354 run-tests SetupPnaclTranslatorArmOptHW all 1 2
385 build-tests "${setups}" all 1 3
386 run-tests "${setups}" all 1 3
405 build-tests "${setups}" all 1 3
406 run-tests "${setups}" all 1 3
418 build-tests "${setups}" all 1 3
419 run-tests "${setups}" all 1 3
431 build-tests "${setups}" all 1 3
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/nanopass/
H A Dtest-all.ss16 (printf "Compiler loaded, running all tests (quietly)\n")
19 (run-all-tests)
20 (run-all-tests)
21 (run-all-tests)
22 (run-all-tests)
23 (run-all-tests)
24 (run-all-tests)
25 (run-all-tests)
26 (run-all-tests)
27 (run-all-tests)
[all …]
/dports/devel/libmustache/libmustache-0.5.0/
H A DMakefile.am11 standard: all
14 standardc: all
17 standardr: all
21 standardce: all standardc
27 complexc: all
30 complexr: all
34 complexce: all complexc
37 deepc: all
40 deepr: all
44 deepce: all deepc
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Security/
H A DRequestSanitizerTest.php55 $_GET = $request->query->all();
56 $_POST = $request->request->all();
57 $_COOKIE = $request->cookies->all();
58 $_REQUEST = array_merge($request->query->all(), $request->request->all());
69 $this->assertEquals($expected['cookies'], $request->cookies->all());
70 $this->assertEquals($expected['query'], $request->query->all());
101 $tests = [];
303 $_GET = $request->query->all();
304 $_POST = $request->request->all();
305 $_COOKIE = $request->cookies->all();
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Security/
H A DRequestSanitizerTest.php55 $_GET = $request->query->all();
56 $_POST = $request->request->all();
57 $_COOKIE = $request->cookies->all();
58 $_REQUEST = array_merge($request->query->all(), $request->request->all());
69 $this->assertEquals($expected['cookies'], $request->cookies->all());
70 $this->assertEquals($expected['query'], $request->query->all());
101 $tests = [];
303 $_GET = $request->query->all();
304 $_POST = $request->request->all();
305 $_COOKIE = $request->cookies->all();
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmrt/
H A DMakefile.in16 all: include-all libsrc-all apps-all tests-all
41 apps-all: libsrc-all
44 tests-all: libsrc-all
45 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
48 check: tests-all
49 (cd tests && $(MAKE) check)
51 check-exhaustive: tests-all
52 (cd tests && $(MAKE) check-exhaustive)
72 (cd tests && $(MAKE) clean)
80 (cd tests && $(MAKE) distclean)
[all …]
/dports/devel/mk-configure/mk-configure-0.37.0/examples/tools2/
H A Dexpect.out444 all-tools/prog1 all-tests/prog1
445 all-tools/prog2 all-tests/prog2
446 all-tools/prog3 all-tests/prog3
456 all-tests/prog1 tests/prog1
457 all-tests/prog2 tests/prog2
458 all-tests/prog3 tests/prog3
459 all-tests/prog4 tests/prog4
474 all-tests/prog1
475 all-tests/prog2
476 all-tests/prog3
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmnet/
H A DMakefile.in16 all: include-all libsrc-all apps-all tests-all
41 apps-all: libsrc-all
44 tests-all: libsrc-all
45 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
48 check: tests-all
49 (cd tests && $(MAKE) check)
51 check-exhaustive: tests-all
52 (cd tests && $(MAKE) check-exhaustive)
78 (cd tests && $(MAKE) clean)
88 (cd tests && $(MAKE) distclean)
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmwlm/
H A DMakefile.in16 all: include-all libsrc-all apps-all tests-all
41 apps-all: libsrc-all
44 tests-all: libsrc-all
45 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
48 check: tests-all
49 (cd tests && $(MAKE) check)
51 check-exhaustive: tests-all
52 (cd tests && $(MAKE) check-exhaustive)
78 (cd tests && $(MAKE) clean)
88 (cd tests && $(MAKE) distclean)
[all …]
/dports/devel/indi/indi-1.9.1/.circleci/
H A Dconfig.yml10 name: Build all
22 name: Build all
34 name: Build all
46 name: Build all
58 name: Build all
74 name: Build all
89 name: Build all
101 name: Build all
113 name: Build all
125 name: Build all
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmect/
H A DMakefile.in16 all: include-all libsrc-all tests-all
33 include-all:
36 libsrc-all: include-all
39 tests-all: libsrc-all
40 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
43 check: tests-all
44 (cd tests && $(MAKE) check)
46 check-exhaustive: tests-all
47 (cd tests && $(MAKE) check-exhaustive)
69 (cd tests && $(MAKE) clean)
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmseg/
H A DMakefile.in16 all: include-all libsrc-all tests-all
33 include-all:
36 libsrc-all: include-all
39 tests-all: libsrc-all
40 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
43 check: tests-all
44 (cd tests && $(MAKE) check)
46 check-exhaustive: tests-all
47 (cd tests && $(MAKE) check-exhaustive)
69 (cd tests && $(MAKE) clean)
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmtract/
H A DMakefile.in16 all: include-all libsrc-all tests-all
33 include-all:
36 libsrc-all: include-all
39 tests-all: libsrc-all
40 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
43 check: tests-all
44 (cd tests && $(MAKE) check)
46 check-exhaustive: tests-all
47 (cd tests && $(MAKE) check-exhaustive)
69 (cd tests && $(MAKE) clean)
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmfg/
H A DMakefile.in16 all: include-all libsrc-all tests-all
33 include-all:
36 libsrc-all: include-all
39 tests-all: libsrc-all
40 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
43 check: tests-all
44 (cd tests && $(MAKE) check)
46 check-exhaustive: tests-all
47 (cd tests && $(MAKE) check-exhaustive)
69 (cd tests && $(MAKE) clean)
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmiod/
H A DMakefile.in16 all: include-all libsrc-all tests-all
33 include-all:
36 libsrc-all: include-all
39 tests-all: libsrc-all
40 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
43 check: tests-all
44 (cd tests && $(MAKE) check)
46 check-exhaustive: tests-all
47 (cd tests && $(MAKE) check-exhaustive)
68 (cd tests && $(MAKE) clean)
[all …]
/dports/devel/dyncall/dyncall-1.3/
H A DMakefile.generic1 .PHONY: all clean install tests docs run-tests clean distclean libdyncall libdyncallback libdynload
5 cd dyncall && ${MAKE} all
7 cd dyncallback && ${MAKE} all
9 cd dynload && ${MAKE} all
22 tests: tests-libdyncall tests-libdyncallback tests-libdynload
23 tests-libdyncall: libdyncall
24 cd test && ${MAKE} all-dyncall
25 tests-libdyncallback: libdyncallback
27 tests-libdynload: libdynload
30 cd doc && ${MAKE} all
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/
H A DMakefile.in16 all: include-all libsrc-all tests-all
38 libsrc-all: include-all
41 tests-all: libsrc-all
42 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
45 check: tests-all
46 (cd tests && $(MAKE) check)
48 check-exhaustive: tests-all
49 (cd tests && $(MAKE) check-exhaustive)
71 (cd tests && $(MAKE) clean)
80 (cd tests && $(MAKE) distclean)
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/
H A DMakefile.in16 all: include-all libsrc-all tests-all
38 libsrc-all: include-all
41 tests-all: libsrc-all
42 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
45 check: tests-all
46 (cd tests && $(MAKE) check)
48 check-exhaustive: tests-all
49 (cd tests && $(MAKE) check-exhaustive)
71 (cd tests && $(MAKE) clean)
80 (cd tests && $(MAKE) distclean)
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/
H A DMakefile.in16 all: include-all libsrc-all apps-all tests-all
41 apps-all: libsrc-all
44 tests-all: libsrc-all
45 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
48 check: tests-all
49 (cd tests && $(MAKE) check)
51 check-exhaustive: tests-all
52 (cd tests && $(MAKE) check-exhaustive)
78 (cd tests && $(MAKE) clean)
89 (cd tests && $(MAKE) distclean)
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/
H A DMakefile.in16 all: include-all libsrc-all apps-all tests-all
42 apps-all: libsrc-all
45 tests-all: libsrc-all
46 (cd tests && $(MAKE) ARCH="$(ARCH)" all)
49 check: tests-all
50 (cd tests && $(MAKE) check)
52 check-exhaustive: tests-all
53 (cd tests && $(MAKE) check-exhaustive)
81 (cd tests && $(MAKE) clean)
92 (cd tests && $(MAKE) distclean)
[all …]

12345678910>>...5334