Commit a test script.

This commit is contained in:
Eric S. Raymond 2024-01-02 16:03:30 -05:00
parent b247359d7f
commit 0b82afa5c1

4
tests/compare Executable file
View file

@ -0,0 +1,4 @@
#! /bin/sh
# Display diff for an individual test
test=$1
../advent <${test}.log | ./tapdiffer "${test}" "${test}.chk"