diff options
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 426ac07653..85ba98ad20 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -169,7 +169,7 @@ tests = tst-attr1 tst-attr2 \ tst-flock1 tst-flock2 \ tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \ tst-signal6 \ - tst-exec1 tst-exec2 tst-exec3 \ + tst-exec1 tst-exec2 tst-exec3 tst-exec4 \ tst-exit1 \ tst-stdio1 tst-stdio2 \ tst-stack1 \ @@ -408,3 +408,5 @@ $(objpfx)tst-cancel-wrappers.out: tst-cancel-wrappers.sh $(objpfx)libpthread.a > $@ endif endif + +tst-exec4-ARGS = $(built-program-cmd) |