diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-28 20:48:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-28 20:48:24 +0000 |
commit | ce50c583a90763b4a9d740b5f17ddf68ac75bc0a (patch) | |
tree | 5d135e8eef41a0c283197e7bc88b177f334b500f /nptl/Makefile | |
parent | 8c7a8501d1d802d76d06ff7ca4b18d5df2f7bad1 (diff) | |
download | glibc-ce50c583a90763b4a9d740b5f17ddf68ac75bc0a.tar glibc-ce50c583a90763b4a9d740b5f17ddf68ac75bc0a.tar.gz glibc-ce50c583a90763b4a9d740b5f17ddf68ac75bc0a.tar.bz2 glibc-ce50c583a90763b4a9d740b5f17ddf68ac75bc0a.zip |
(tests): Add tst-signal7.
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 ec3d00d19e..175db2ed44 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -229,7 +229,7 @@ tests = tst-typesizes \ tst-cleanup0 tst-cleanup1 tst-cleanup2 tst-cleanup3 tst-cleanup4 \ tst-flock1 tst-flock2 \ tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \ - tst-signal6 \ + tst-signal6 tst-signal7 \ tst-exec1 tst-exec2 tst-exec3 tst-exec4 \ tst-exit1 tst-exit2 tst-exit3 \ tst-stdio1 tst-stdio2 \ |