diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-02 09:06:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-02 09:06:27 +0000 |
commit | 91949a339b51c3817edc556450f23c6ff0f0768a (patch) | |
tree | 5bf12d6239ece98e12238f7236e54ab5ac927df6 /nptl/Makefile | |
parent | 01b5406684a71cc46be1254f1a08615a384e3fbe (diff) | |
download | glibc-91949a339b51c3817edc556450f23c6ff0f0768a.tar.gz glibc-91949a339b51c3817edc556450f23c6ff0f0768a.tar.xz glibc-91949a339b51c3817edc556450f23c6ff0f0768a.zip |
Update.
2002-12-02 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-fork2 and tst-fork3. * tst-fork2.c: New file. * tst-fork3.c: New file.
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 e596803ef1..58e1b3d794 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -124,7 +124,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \ tst-basic1 tst-basic2 \ tst-join1 tst-join2 tst-join3 \ tst-tsd1 tst-tsd2 \ - tst-fork1 \ + tst-fork1 tst-fork2 tst-fork3 \ tst-atfork1 \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 \ tst-flock1 tst-flock2 \ |