diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-28 20:51:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-28 20:51:17 +0000 |
commit | ab635ab25481454112d91125998d0fbc65bfb2b8 (patch) | |
tree | b8382d2d4a285265311be58dfaadb368332458d1 /posix/Makefile | |
parent | 100a05053c84983ee366900018fe4241ef572483 (diff) | |
download | glibc-ab635ab25481454112d91125998d0fbc65bfb2b8.tar glibc-ab635ab25481454112d91125998d0fbc65bfb2b8.tar.gz glibc-ab635ab25481454112d91125998d0fbc65bfb2b8.tar.bz2 glibc-ab635ab25481454112d91125998d0fbc65bfb2b8.zip |
2002-09-28 Jakub Jelinek <jakub@redhat.com>
* posix/bug-regex11.c (tests): Add flags field.
(main): Avoid warnings. Use test[i].flags. Return nonzero
if any of the tests failed.
* posix/bug-regex12.c: New file.
* posix/Makefile (tests): Add bug-regex12.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index f4d5ab2983..272e1cec38 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -72,7 +72,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-truncate64 tst-fork tst-fnmatch tst-regexloc tst-dir \ tst-chmod bug-regex1 bug-regex2 bug-regex3 bug-regex4 \ tst-gnuglob tst-regex bug-regex5 bug-regex6 bug-regex7 \ - bug-regex8 bug-regex9 bug-regex10 bug-regex11 + bug-regex8 bug-regex9 bug-regex10 bug-regex11 bug-regex12 ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn |