This commit is contained in:
Thomas Levine 2016-01-28 14:51:43 +00:00
parent 13e748d684
commit e364d40f3a
5 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Begin - .testsuite/
not ok 1 - a
# ------------ Begin output ------------
# ------------ End output ------------
ok 2 - b
ok 3 - # SKIP c
# End - .testsuite/
# Took 0 seconds.
1..3

1
tests/TAP/.testsuite/a Executable file
View File

@ -0,0 +1 @@
false

1
tests/TAP/.testsuite/b Executable file
View File

@ -0,0 +1 @@
true

1
tests/TAP/.testsuite/c Normal file
View File

@ -0,0 +1 @@
This should not be run.

View File

@ -0,0 +1,4 @@
tmp=$(mktemp)
../../urchin -t .testsuite/ | sed 1d > $tmp
diff $tmp .expected-output