diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-30 06:03:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-30 06:03:38 +0000 |
commit | 586d174837d85006bb64199f2ba15830f83ee28a (patch) | |
tree | dc296585dcf336f882c29caf6c7c6c8b1ab131d1 /nptl/Makefile | |
parent | b8ba4a2741c2d9e1b723615228bcacedb1b941c2 (diff) | |
download | glibc-586d174837d85006bb64199f2ba15830f83ee28a.tar glibc-586d174837d85006bb64199f2ba15830f83ee28a.tar.gz glibc-586d174837d85006bb64199f2ba15830f83ee28a.tar.bz2 glibc-586d174837d85006bb64199f2ba15830f83ee28a.zip |
Update.
* Makefile (tests): Add tst-signal6.
* tst-signal6.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 31faa7c4a8..5af2f4331a 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -167,6 +167,7 @@ tests = tst-attr1 tst-attr2 \ tst-cleanup0 tst-cleanup1 tst-cleanup2 tst-cleanup3 \ tst-flock1 tst-flock2 \ tst-signal1 tst-signal2 tst-signal3 tst-signal4 tst-signal5 \ + tst-signal6 \ tst-exec1 tst-exec2 tst-exec3 \ tst-exit1 \ tst-stdio1 tst-stdio2 \ |