Searched refs:testsuite (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.c56 #include <testsuite.h>
H A Dtestygen61 # Create a new testsuite context.
76 my ($testsuite, $file, $lineinfo) = @_;
99 $result = parse_line($testsuite, $parser, $line);
114 my ($testsuite, $parser, $line) = @_;
121 $result = parse_header($testsuite, $parser, $line);
124 $result = parse_endheader($testsuite, $parser, $line);
127 $result = parse_endheader($testsuite, $parser, $line)
128 && parse_startbody($testsuite, $parser, $line);
139 $result = parse_endheader($testsuite, $parser, $line);
142 $result = parse_endheader($testsuite,
[all...]
/bind-9.11.3/unit/atf-src/bootstrap/
H A DMakefile.am.inc69 testsuite.lineno \
70 testsuite.log
73 -rm -rf testsuite.dir
75 EXTRA_DIST += bootstrap/testsuite \
77 bootstrap/testsuite.at \
101 @target_srcdir@bootstrap/testsuite: $(srcdir)/bootstrap/testsuite.at \
106 $(srcdir)/bootstrap/testsuite.at -o $@.tmp
111 installcheck-bootstrap: @target_srcdir@bootstrap/testsuite check
112 $(TESTS_ENVIRONMENT) $(srcdir)/bootstrap/testsuite
[all...]
/systemd/test/TEST-01-BASIC/
H A Dtest.sh49 # setup the testsuite service
50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
/systemd/test/TEST-02-CRYPTSETUP/
H A Dtest.sh55 # setup the testsuite service
56 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
/systemd/test/TEST-03-JOBS/
H A Dtest.sh49 # setup the testsuite service
50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
/systemd/test/TEST-04-JOURNAL/
H A Dtest.sh49 # setup the testsuite service
50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
/systemd/test/TEST-05-RLIMITS/
H A Dtest.sh54 # setup the testsuite service
55 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
/systemd/test/TEST-06-SELINUX/
H A Dtest.sh50 # setup the testsuite service
51 cat <<EOF >$initdir/etc/systemd/system/testsuite.service
/systemd/test/TEST-07-ISSUE-1981/
H A Dtest.sh31 # setup the testsuite service
32 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
/systemd/test/
H A Dtest-functions335 echo systemd-testsuite > $initdir/etc/hostname
417 cp $TEST_BASE_DIR/testsuite.target $initdir/etc/systemd/system/
420 mkdir -p $initdir/etc/systemd/system/testsuite.target.wants
421 ln -fs $TEST_BASE_DIR/testsuite.service $initdir/etc/systemd/system/testsuite.target.wants/testsuite.service
422 ln -fs $TEST_BASE_DIR/end.service $initdir/etc/systemd/system/testsuite.target.wants/end.service
424 # make the testsuite the default target
425 ln -fs testsuite.target $initdir/etc/systemd/system/default.target

Completed in 32 milliseconds