Searched refs:testsdir (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/tests/
H A DTESTrun55 my $testsdir = dirname($0);
60 $testsdir = abs_path($testsdir);
61 print "Running tests from ${testsdir}\n";
65 unshift(@INC, $testsdir);
420 # EXPAND any occurrences of @TESTDIR@ to $testsdir
421 $options =~ s/\@TESTDIR\@/$testsdir/;
424 $testsdir . "/" . $input,
425 $testsdir . "/" . $output,
438 my @files = glob( $testsdir
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A DMakefile797 testsdir="usr.bin/make/unit-tests"; \
798 fmt="./usr/tests/$$testsdir/%s\ttests-usr.bin-tests\tcompattestfile,atf\\n"; \
800 (cd "$$testsdir" && egrep '\.(exp|mk)/' CVS/Entries | cut -d/ -f2) | \

Completed in 102 milliseconds