threed-beam-fea/ext/tclap-1.2.1/tests/test5.sh

12 lines
153 B
Bash
Raw Normal View History

2015-11-05 19:36:26 +01:00
#!/bin/sh
# success
../examples/test2 -i 10 -s homer marge bart lisa > tmp.out 2>&1
if cmp -s tmp.out $srcdir/test5.out; then
exit 0
else
exit 1
fi