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

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

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