diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-09 23:11:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-09 23:11:12 +0000 |
commit | 59adcf7aa018ef322cbea478f034e0cec249eb5a (patch) | |
tree | bef941f88e5675a1bd9f4206605ea1531be5e769 /nptl | |
parent | ba5ffd2af25d6e9282079ce6b83065f8290cdb56 (diff) | |
download | glibc-59adcf7aa018ef322cbea478f034e0cec249eb5a.tar.gz glibc-59adcf7aa018ef322cbea478f034e0cec249eb5a.tar.xz glibc-59adcf7aa018ef322cbea478f034e0cec249eb5a.zip |
(tests): Add tst-exit2.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index db7f78ef63..9d1b212582 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -227,7 +227,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \ tst-signal6 \ tst-exec1 tst-exec2 tst-exec3 tst-exec4 \ - tst-exit1 \ + tst-exit1 tst-exit2 \ tst-stdio1 tst-stdio2 \ tst-stack1 tst-stack2 tst-stack3 \ tst-unload \ |