diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-13 21:32:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-13 21:32:03 +0000 |
commit | afc58fa87c622092e24bd35b1aac389a45400647 (patch) | |
tree | 24b90576212d2eaa1330f0fe54fa3129c702b9ef /posix/Makefile | |
parent | d94e16c4feff9e16391fe34f11f8e7e0de02f891 (diff) | |
download | glibc-afc58fa87c622092e24bd35b1aac389a45400647.tar glibc-afc58fa87c622092e24bd35b1aac389a45400647.tar.gz glibc-afc58fa87c622092e24bd35b1aac389a45400647.tar.bz2 glibc-afc58fa87c622092e24bd35b1aac389a45400647.zip |
2002-12-13 Roland McGrath <roland@redhat.com>
* posix/bug-regex15.c: New file.
* posix/Makefile (tests): Add it.
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 2ed0198393..90129d7685 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -75,7 +75,7 @@ tests := tstgetopt testfnm runtests runptests \ 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-regex12 \ - bug-regex13 bug-regex14 + bug-regex13 bug-regex14 bug-regex15 ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn |