summaryrefslogtreecommitdiff
path: root/tests/06-data256mb.test
blob: 55cfcd26c2e56bce0c3d2a3c73d66d6f0c05e487 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
source ./boilerplate.sh

elfucli --input $BUILDDIR/putsmain \
        --reladd $BUILDDIR/data256mb.o \
        --output $BUILDDIR/putsmain-with-data256mb
test_check_retval

$BUILDDIR/putsmain-with-data256mb | grep -q "puts() #2 called in main()"
test_check_retval