diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-10 07:54:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-10 07:54:40 +0000 |
commit | ed2ced8ae324a8a89a76ff3fc3971226b0107d3e (patch) | |
tree | 73b9742b4eddf42b5b446289837132b62552befd /nptl/Makefile | |
parent | 5429ff760a5544a34c5f05f16c01a7dffa505604 (diff) | |
download | glibc-ed2ced8ae324a8a89a76ff3fc3971226b0107d3e.tar glibc-ed2ced8ae324a8a89a76ff3fc3971226b0107d3e.tar.gz glibc-ed2ced8ae324a8a89a76ff3fc3971226b0107d3e.tar.bz2 glibc-ed2ced8ae324a8a89a76ff3fc3971226b0107d3e.zip |
2004-11-10 Jakub Jelinek <jakub@redhat.com>
* Makefile (tests): Add tst-exit3.
* tst-exit3.c: New test.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 9d1b212582..087b748bb4 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-exit2 \ + tst-exit1 tst-exit2 tst-exit3 \ tst-stdio1 tst-stdio2 \ tst-stack1 tst-stack2 tst-stack3 \ tst-unload \ |