Skip to content

Commit 92d4e38

Browse files
committed
Add tests for incorrect number of goto binaries specified
1 parent 192142b commit 92d4e38

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
CORE
2+
3+
4+
^EXIT=6$
5+
^SIGNAL=0$
6+
Please give exactly one binary file
7+
--
8+
--
9+
Test that an appropriate error message is produced when no input goto binary is
10+
specified.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
CORE
2+
main.c
3+
main.goto.symex_ready
4+
^EXIT=6$
5+
^SIGNAL=0$
6+
Please give exactly one binary file
7+
--
8+
--
9+
Test that an appropriate error message is produced when too many input goto
10+
binaries are specified. A copy of the `main.goto.symex_ready` argument will
11+
be generated by the `chain.sh` script from the specified `main.c`. This yields
12+
2 copies of this argument including the one in this file.

0 commit comments

Comments
 (0)