TAP test
This commit is contained in:
parent
a663085069
commit
cabaaa7ba4
9
tests/TAP/.expected-output
Normal file
9
tests/TAP/.expected-output
Normal 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
1
tests/TAP/.testsuite/a
Executable file
@ -0,0 +1 @@
|
|||||||
|
false
|
1
tests/TAP/.testsuite/b
Executable file
1
tests/TAP/.testsuite/b
Executable file
@ -0,0 +1 @@
|
|||||||
|
true
|
1
tests/TAP/.testsuite/c
Normal file
1
tests/TAP/.testsuite/c
Normal file
@ -0,0 +1 @@
|
|||||||
|
This should not be run.
|
4
tests/TAP/Running with -t should produce TAP output.
Executable file
4
tests/TAP/Running with -t should produce TAP output.
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
tmp=$(mktemp)
|
||||||
|
|
||||||
|
../../urchin -t .testsuite/ | sed 1d > $tmp
|
||||||
|
diff $tmp .expected-output
|
Loading…
Reference in New Issue
Block a user