summaryrefslogtreecommitdiff
path: root/tests/07-dynlink-globalvar.test
blob: 34970f5056b48a72ce1e6153ccf95f902aefb943 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
source ./boilerplate.sh

elfucli --input $BUILDDIR/putsmainsubglobal \
        --reladd $BUILDDIR/sub_with_global.o \
        --detour sub,sub_with_global \
        --output $BUILDDIR/putsmainsubglobal-with-sub-with-global-detour
test_check_retval

$BUILDDIR/putsmainsubglobal-with-sub-with-global-detour | grep -q "sub_with_global() is returning."
test_check_retval