From: Ulrich Drepper Date: Wed, 28 Dec 2005 20:48:24 +0000 (+0000) Subject: (tests): Add tst-signal7. X-Git-Tag: upstream/2.30~16022 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce50c583a90763b4a9d740b5f17ddf68ac75bc0a;p=external%2Fglibc.git (tests): Add tst-signal7. --- diff --git a/nptl/Makefile b/nptl/Makefile index ec3d00d..175db2e 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 \