diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 15:33:40 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 15:33:40 -0700 |
commit | 8a7cea019947a68e641e9201813fe01ba35cfd1a (patch) | |
tree | dc8c9ef10d3fb4992d6eafde89d82dc801f4d45e /posix/Makefile | |
parent | 52db8039f54672abe6a6da5fb107fa52aca42547 (diff) | |
download | glibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.tar.gz glibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.tar.xz glibc-8a7cea019947a68e641e9201813fe01ba35cfd1a.zip |
Add test case for last fixed regex bug.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile index 8d8fbe5234..c9ce18b94e 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -82,6 +82,7 @@ tests := tstgetopt testfnm runtests runptests \ bug-regex17 bug-regex18 bug-regex19 bug-regex20 \ bug-regex21 bug-regex22 bug-regex23 bug-regex24 \ bug-regex25 bug-regex26 bug-regex27 bug-regex28 \ + bug-regex29 \ tst-nice tst-nanosleep tst-regex2 \ transbug tst-rxspencer tst-pcre tst-boost \ bug-ga1 tst-vfork1 tst-vfork2 tst-vfork3 tst-waitid \ |