From 59adcf7aa018ef322cbea478f034e0cec249eb5a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 9 Nov 2004 23:11:12 +0000 Subject: [PATCH] (tests): Add tst-exit2. --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \