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 D | testsuite.c | 56 #include <testsuite.h>
|
| H A D | testygen | 61 # 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 D | Makefile.am.inc | 69 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 D | test.sh | 49 # setup the testsuite service 50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
|
| /systemd/test/TEST-02-CRYPTSETUP/ |
| H A D | test.sh | 55 # setup the testsuite service 56 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
|
| /systemd/test/TEST-03-JOBS/ |
| H A D | test.sh | 49 # setup the testsuite service 50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
|
| /systemd/test/TEST-04-JOURNAL/ |
| H A D | test.sh | 49 # setup the testsuite service 50 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
|
| /systemd/test/TEST-05-RLIMITS/ |
| H A D | test.sh | 54 # setup the testsuite service 55 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
|
| /systemd/test/TEST-06-SELINUX/ |
| H A D | test.sh | 50 # setup the testsuite service 51 cat <<EOF >$initdir/etc/systemd/system/testsuite.service
|
| /systemd/test/TEST-07-ISSUE-1981/ |
| H A D | test.sh | 31 # setup the testsuite service 32 cat >$initdir/etc/systemd/system/testsuite.service <<EOF
|
| /systemd/test/ |
| H A D | test-functions | 335 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 22 milliseconds