TCLAP/tests/test84.sh
2013-10-26 12:58:23 +02:00

14 lines
265 B
Bash
Executable File

#!/bin/sh
# docbookoutput. The when this test fails due to e.g. formatting
# changes the results needs to be manually reviewed and the test81.out
# updated
../examples/test25 -h x > tmp.out 2>&1
if cmp -s tmp.out $srcdir/test84.out; then
exit 0
else
exit 1
fi