diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-21 09:25:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-21 09:25:26 +0000 |
commit | bf68b2366d75a427ec74084e97e242d460196db0 (patch) | |
tree | 22f41cd3764f9b4a2941ddd0f8c88388afa98445 /nptl/Makefile | |
parent | 53f9084e3f565d62f2a1293a72cb838b759382ce (diff) | |
download | glibc-bf68b2366d75a427ec74084e97e242d460196db0.tar.gz glibc-bf68b2366d75a427ec74084e97e242d460196db0.tar.xz glibc-bf68b2366d75a427ec74084e97e242d460196db0.zip |
Update.
2003-11-21 Jakub Jelinek <jakub@redhat.com> * posix/tst-rxspencer.c (mb_tests): Don't run identical multi-byte tests multiple times unnecessarily. 2003-11-21 Jakub Jelinek <jakub@redhat.com> * posix/bug-regex19.c (BRE, ERE): Define. (tests): Add many new tests, remove UTF-8 ones. (do_one_test, do_mb_tests): New functions. (main): Rewritten using do_one_test and do_mb_tests.
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 ce1b5fe0e3..913d8b114f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -193,7 +193,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-mutex7 tst-mutex8 tst-mutex9 \ tst-spin1 tst-spin2 tst-spin3 \ tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \ - tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 \ + tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \ tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \ tst-rwlock6 tst-rwlock7 tst-rwlock8 tst-rwlock9 tst-rwlock10 \ tst-rwlock11 tst-rwlock12 \ |