diff options
Diffstat (limited to 'tests/run-get-units-split.sh')
-rwxr-xr-x | tests/run-get-units-split.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/run-get-units-split.sh b/tests/run-get-units-split.sh index 7b13694b..7a43c670 100755 --- a/tests/run-get-units-split.sh +++ b/tests/run-get-units-split.sh @@ -59,7 +59,8 @@ Found a skeleton unit, with split die: world.c EOF -# Self test -testrun_on_self ${abs_builddir}/get-units-split +# Self test (Not on obj files since those need relocation first). +testrun_on_self_exe ${abs_builddir}/get-units-split +testrun_on_self_lib ${abs_builddir}/get-units-split exit 0 |