Automate tests
[centaur.git] / tests / 06-data256mb.test
1 #!/bin/sh
2 source ./boilerplate.sh
3
4 elfucli --input $BUILDDIR/putsmain \
5         --reladd $BUILDDIR/data256mb.o \
6         --output $BUILDDIR/putsmain-with-data256mb
7 test_check_retval
8
9 $BUILDDIR/putsmain-with-data256mb | grep -q "puts() #2 called in main()"
10 test_check_retval