Commit a test script.
This commit is contained in:
parent
b247359d7f
commit
0b82afa5c1
1 changed files with 4 additions and 0 deletions
4
tests/compare
Executable file
4
tests/compare
Executable file
|
@ -0,0 +1,4 @@
|
|||
#! /bin/sh
|
||||
# Display diff for an individual test
|
||||
test=$1
|
||||
../advent <${test}.log | ./tapdiffer "${test}" "${test}.chk"
|
Loading…
Add table
Add a link
Reference in a new issue