Home
last modified time | relevance | path

Searched refs:TEST_PATHS (Results 1 – 19 of 19) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dpcbtest.sh.in41 TEST_PATHS=""
42 TEST_PATHS="$TEST_PATHS --lib-path @TOP_BUILDDIR@/lib"
43 TEST_PATHS="$TEST_PATHS --lib-newlib @TOPSRCDIR@/newlib:@TOP_BUILDDIR@/lib/pcblib-newlib"
44 TEST_PATHS="$TEST_PATHS --element-path @TOP_BUILDDIR@/lib"
45 TEST_PATHS="$TEST_PATHS --font-path @TOPSRCDIR@/src"
47 TEST_PATHS="$TEST_PATHS --pcb-menu @TOP_BUILDDIR@/src"
85 arg_list="$export_args $TEST_PATHS $TEST_CMDS $args"
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/test_runner/failure_persistence/
H A Dfile.rs428 static ref TEST_PATHS: TestPaths = {
448 assert_eq!(None, Off.resolve(Some(&TEST_PATHS.subdir_file))); in persistence_file_location_resolved_correctly()
458 Direct("bar.txt").resolve(Some(&TEST_PATHS.subdir_file)) in persistence_file_location_resolved_correctly()
480 Some(TEST_PATHS.crate_root.join("sib").join("foo.txt")), in persistence_file_location_resolved_correctly()
481 SourceParallel("sib").resolve(Some(&TEST_PATHS.src_file)) in persistence_file_location_resolved_correctly()
485 TEST_PATHS in persistence_file_location_resolved_correctly()
491 SourceParallel("sib").resolve(Some(&TEST_PATHS.subdir_file)) in persistence_file_location_resolved_correctly()
496 Some(TEST_PATHS.crate_root.join("foo.sib")), in persistence_file_location_resolved_correctly()
497 SourceParallel("sib").resolve(Some(&TEST_PATHS.misplaced_file)) in persistence_file_location_resolved_correctly()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/test_runner/failure_persistence/
H A Dfile.rs428 static ref TEST_PATHS: TestPaths = {
448 assert_eq!(None, Off.resolve(Some(&TEST_PATHS.subdir_file))); in persistence_file_location_resolved_correctly()
458 Direct("bar.txt").resolve(Some(&TEST_PATHS.subdir_file)) in persistence_file_location_resolved_correctly()
480 Some(TEST_PATHS.crate_root.join("sib").join("foo.txt")), in persistence_file_location_resolved_correctly()
481 SourceParallel("sib").resolve(Some(&TEST_PATHS.src_file)) in persistence_file_location_resolved_correctly()
485 TEST_PATHS in persistence_file_location_resolved_correctly()
491 SourceParallel("sib").resolve(Some(&TEST_PATHS.subdir_file)) in persistence_file_location_resolved_correctly()
496 Some(TEST_PATHS.crate_root.join("foo.sib")), in persistence_file_location_resolved_correctly()
497 SourceParallel("sib").resolve(Some(&TEST_PATHS.misplaced_file)) in persistence_file_location_resolved_correctly()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/test_runner/failure_persistence/
H A Dfile.rs428 static ref TEST_PATHS: TestPaths = {
448 assert_eq!(None, Off.resolve(Some(&TEST_PATHS.subdir_file))); in persistence_file_location_resolved_correctly()
458 Direct("bar.txt").resolve(Some(&TEST_PATHS.subdir_file)) in persistence_file_location_resolved_correctly()
480 Some(TEST_PATHS.crate_root.join("sib").join("foo.txt")), in persistence_file_location_resolved_correctly()
481 SourceParallel("sib").resolve(Some(&TEST_PATHS.src_file)) in persistence_file_location_resolved_correctly()
485 TEST_PATHS in persistence_file_location_resolved_correctly()
491 SourceParallel("sib").resolve(Some(&TEST_PATHS.subdir_file)) in persistence_file_location_resolved_correctly()
496 Some(TEST_PATHS.crate_root.join("foo.sib")), in persistence_file_location_resolved_correctly()
497 SourceParallel("sib").resolve(Some(&TEST_PATHS.misplaced_file)) in persistence_file_location_resolved_correctly()
/dports/sysutils/yadm/yadm-3.1.1/test/
H A Dtest_alt.py8 TEST_PATHS = [utils.ALT_FILE1, utils.ALT_FILE2, utils.ALT_DIR] variable
37 for link_path in TEST_PATHS:
71 for link_path in TEST_PATHS:
115 for link_path in TEST_PATHS:
146 for created_path in TEST_PATHS:
169 for link_path in TEST_PATHS:
210 for stale_path in TEST_PATHS:
232 for stale_path in TEST_PATHS:
/dports/www/py-rackspace-monitoring/rackspace-monitoring-0.6.5/
H A Dsetup.py29 TEST_PATHS = ['test'] variable
46 for test_path in TEST_PATHS:
87 for test_path in TEST_PATHS:
/dports/math/igraph/igraph-0.9.5/etc/cmake/
H A Dtest_helpers.cmake76 SET(TEST_PATHS) variable
81 list(APPEND TEST_PATHS ${CORRECT_PATH})
85 string(JOIN "\;" CORRECT_PATHS ${TEST_PATHS})
/dports/net/pear-XML_RPC2/XML_RPC2-1.1.4/tests/lib/
H A Dtests-config65 'TEST_PATHS' => 'XML_RPC2',
66 /* 'TEST_PATHS' => 'xmlrpciBackend' */
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/
H A DTestHftpFileSystem.java67 private static final Path[] TEST_PATHS = new Path[] { field in TestHftpFileSystem
132 for (Path p : TEST_PATHS) { in testFileNameEncoding()
200 for (Path p : TEST_PATHS) { in testDataNodeRedirect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/docs/
H A Dcode-snippets.md123 TEST_PATHS = []
127 for path in TEST_PATHS:
/dports/net/py-libcloud/apache-libcloud-3.4.1/
H A Dsetup.py160 TEST_PATHS = ['libcloud/test', 'libcloud/test/common', 'libcloud/test/compute', variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/
H A DRunTests.gmk420 $(eval TEST_PATHS := $(call ExpandJtregPath, $(TEST_NAME))) \
421 $(foreach test_path, $(TEST_PATHS), \
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/
H A DRunTests.gmk420 $(eval TEST_PATHS := $(call ExpandJtregPath, $(TEST_NAME))) \
421 $(foreach test_path, $(TEST_PATHS), \
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/
H A DRunTests.gmk432 $(eval TEST_PATHS := $(call ExpandJtregPath, $(TEST_NAME))) \
433 $(foreach test_path, $(TEST_PATHS), \
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/
H A DRunTests.gmk463 $(eval TEST_PATHS := $(call ExpandJtregPath, $(TEST_NAME))) \
464 $(foreach test_path, $(TEST_PATHS), \
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/
H A DRunTests.gmk382 $(eval TEST_PATHS := $(call ExpandJtregPath, $(TEST_NAME))) \
383 $(foreach test_path, $(TEST_PATHS), \
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/
H A DRunTests.gmk485 $(eval TEST_PATHS := $(call ExpandJtregPath, $(TEST_NAME))) \
486 $(foreach test_path, $(TEST_PATHS), \
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/
H A DRunTests.gmk476 $(eval TEST_PATHS := $(call ExpandJtregPath, $(TEST_NAME))) \
477 $(foreach test_path, $(TEST_PATHS), \
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/
H A DRunTests.gmk476 $(eval TEST_PATHS := $(call ExpandJtregPath, $(TEST_NAME))) \
477 $(foreach test_path, $(TEST_PATHS), \