Automate tests
[centaur.git] / tests / 03-injection32.test
1 #!/bin/sh
2 source ./boilerplate.sh
3
4 elfucli --input reference/putsmain32 \
5         --reladd reference/puts-alternative32.o \
6         --output $BUILDDIR/putsmain32-with-puts-alternative32
7 test_check_retval
8
9 cmp reference/putsmain32-with-puts-alternative32 \
10     $BUILDDIR/putsmain32-with-puts-alternative32
11 test_check_retval