diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-24 04:59:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-24 04:59:26 +0000 |
commit | ecf289594a443b8ee8434094faa07e8dcaff14ee (patch) | |
tree | dc2a245c5f82293fe56f784538caf7479305dbbe /nptl/Makefile | |
parent | 79b0a335d83cc1aab468f0626763783512823604 (diff) | |
download | glibc-ecf289594a443b8ee8434094faa07e8dcaff14ee.tar.gz glibc-ecf289594a443b8ee8434094faa07e8dcaff14ee.tar.xz glibc-ecf289594a443b8ee8434094faa07e8dcaff14ee.zip |
Update.
* Makefile (tests): Add tst-context1. * tst-context1.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index e924667b67..adcab59ede 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -159,7 +159,8 @@ tests = tst-attr1 tst-attr2 \ tst-locale1 tst-locale2 \ tst-umask1 \ tst-popen1 \ - tst-clock1 + tst-clock1 \ + tst-context1 distribute = eintr.c |