34970f5056b48a72ce1e6153ccf95f902aefb943
[centaur.git] / tests / 07-dynlink-globalvar.test
1 #!/bin/sh
2 source ./boilerplate.sh
3
4 elfucli --input $BUILDDIR/putsmainsubglobal \
5         --reladd $BUILDDIR/sub_with_global.o \
6         --detour sub,sub_with_global \
7         --output $BUILDDIR/putsmainsubglobal-with-sub-with-global-detour
8 test_check_retval
9
10 $BUILDDIR/putsmainsubglobal-with-sub-with-global-detour | grep -q "sub_with_global() is returning."
11 test_check_retval