diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-04 16:21:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-04 16:21:24 +0000 |
commit | 4f38745cfdd43b8faca6a93c59501881b4a6a998 (patch) | |
tree | 16b6a601a9907b5a195dd4a5d074d1e2f95a3597 /posix/Makefile | |
parent | 20e2b644ed72b0ac3ad93e5c8580780085c2c48e (diff) | |
download | glibc-4f38745cfdd43b8faca6a93c59501881b4a6a998.tar.gz glibc-4f38745cfdd43b8faca6a93c59501881b4a6a998.tar.xz glibc-4f38745cfdd43b8faca6a93c59501881b4a6a998.zip |
2002-09-04 Jakub Jelinek <jakub@redhat.com>
* posix/bug-regex11.c: New test. * posix/Makefile (tests): Add bug-regex11.
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 8e837d3440..f4d5ab2983 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-regex8 bug-regex9 bug-regex10 bug-regex11 ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn |