HomeSort by: relevance | last modified time | path
    Searched refs:Atffile (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/kyua-atf-compat/dist/
atf-run_test.sh 37 create_atffile Atffile 'prop: test-suite = "suite"' \
42 create_atffile subdir/Atffile 'prop: test-suite = "suite"' \
57 create_atffile Atffile 'prop: test-suite = "suite"' \
61 create_atffile subdir/Atffile 'tp-glob: *'
65 create_atffile subdir/nested/Atffile 'prop: test-suite = "suite"' \
85 echo "This file is invalid" >Atffile
97 create_atffile Atffile 'prop: test-suite = "suite"' \
101 create_atffile subdir/Atffile 'tp-glob: *'
105 create_atffile subdir/nested/Atffile 'prop: test-suite = "suite"' \
144 create_atffile Atffile 'prop: test-suite = "irrelevant"' 'tp: helper
    [all...]
atf2kyua_test.sh 34 # Performs a conversion test of an Atffile without recursion.
48 create_atffile "Atffile" 'prop: test-suite = "foo"' 'tp: p1' 'tp: p2'
67 # Performs a conversion test of an Atffile with recursion.
92 create_atffile Atffile 'prop: test-suite = "foo"' 'tp: prog1' 'tp: dir1'
93 create_atffile dir1/Atffile 'prop: test-suite = "bar"' 'tp-glob: [pd]*'
94 create_atffile dir1/dir2/Atffile 'prop: test-suite = "foo"' 'tp: prog3' \
96 create_atffile dir3/Atffile 'prop: test-suite = "foo"' 'tp: prog1'
203 create_atffile Atffile 'prop: test-suite = "foo"' 'tp: p1' 'tp: p2'
atf-run.sh 134 elif [ -f Atffile ]; then
139 lib_error "Cannot find Atffile nor Kyuafile"
atf2kyua.sh 50 # Obtains the list of test programs and subdirectories referenced by an Atffile.
52 # Any globs within the Atffile are expanded relative to the directory in which
53 # the Atffile lives.
55 # \param atffile The path to the Atffile to process.
57 # \post Prints the list of files referenced by the Atffile on stdout.
59 local atffile="${1}"; shift
61 local dir="$(dirname "${atffile}")"
63 local globs="$(grep '^tp-glob:' "${atffile}" | cut -d ' ' -f 2-)"
64 local files="$(grep '^tp:' "${atffile}" | cut -d ' ' -f 2-)
    [all...]
  /src/external/mpl/dhcp/dist/
Makefile.am 31 client/tests/Atffile common/tests/Atffile server/tests/Atffile \
  /src/share/mk/
bsd.test.mk 59 ATFFILE?= auto
61 KYUAFILE?= ${ATFFILE}
66 # Additional list of 'tp' entries to add to the Atffile when ATFFILE=auto.
74 .if ${ATFFILE:tl} != "no"
75 FILES+= Atffile
78 . if ${ATFFILE:tl} == "auto"
79 CLEANDIRFILES+= Atffile Atffile.tmp
81 realall: Atffile
    [all...]
  /src/external/mpl/dhcp/dist/tests/
unittest.sh.in 17 # Script used to execute unit tests described by the Atffile in the current
45 if [ -n "@UNITTESTS@" -a -x "$ATFRUN" -a -f Atffile ]
  /src/tests/compat/linux/
Makefile 59 CLEANFILES+= Atffile
  /src/external/bsd/atf/dist/tools/
atf-report_test.sh 44 cat >Atffile <<EOF
45 Content-Type: application/X-atf-atffile; version="1"
55 cat >dir1/Atffile <<EOF
56 Content-Type: application/X-atf-atffile; version="1"
109 cat >Atffile <<EOF
110 Content-Type: application/X-atf-atffile; version="1"
386 cat >Atffile <<EOF
387 Content-Type: application/X-atf-atffile; version="1"
atf-run_test.sh 34 cat >Atffile <<EOF
35 Content-Type: application/X-atf-atffile; version="1"
41 echo "tp: ${f}" >>Atffile
243 atf_test_case atffile
246 atf_set "descr" "Tests that the variables defined by the Atffile" \
257 echo "Checking that defining 'testvar' through the Atffile works."
258 echo 'conf: testvar = "a value"' >>Atffile
263 "file overrides the one in the Atffile."
275 "one in the Atffile."
283 atf_set "descr" "Tests that variables defined by an Atffile are not"
    [all...]

Completed in 69 milliseconds