Skip to content

Commit 1a2f279

Browse files
author
Iain Bancarz
committed
Add test for 'sim' executable
1 parent 9caa363 commit 1a2f279

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

run_tests

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ if [ $? -ne 0 ]; then
1818
exit;
1919
fi
2020

21+
#
22+
# "sim" test
23+
#
24+
../sim test.sim 20 > /dev/null
25+
if [ $? -ne 0 ]; then
26+
echo sim executable: TEST FAILED
27+
exit;
28+
fi
2129

2230
#
2331
# QC tests

0 commit comments

Comments
 (0)