diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-08-28 12:57:46 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-08-28 19:43:12 +0200 |
commit | 761404b74d9853ce1608195e24f25b78a910591a (patch) | |
tree | 779fa5928a195c9056561fcfd98a07ac0170e6d6 /posix/Makefile | |
parent | d6c44c3d0ca4b8b639803ddccb83b9b8722f45c1 (diff) | |
download | glibc-761404b74d9853ce1608195e24f25b78a910591a.tar.gz glibc-761404b74d9853ce1608195e24f25b78a910591a.tar.xz glibc-761404b74d9853ce1608195e24f25b78a910591a.zip |
regex: Add test tst-regcomp-truncated [BZ #23578]
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 00c62841a2..83162123f9 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -96,7 +96,7 @@ tests := test-errno tstgetopt testfnm runtests runptests \ tst-posix_fadvise tst-posix_fadvise64 \ tst-sysconf-empty-chroot tst-glob_symlinks tst-fexecve \ tst-glob-tilde test-ssize-max tst-spawn4 bug-regex37 \ - bug-regex38 + bug-regex38 tst-regcomp-truncated tests-internal := bug-regex5 bug-regex20 bug-regex33 \ tst-rfc3484 tst-rfc3484-2 tst-rfc3484-3 \ tst-glob_lstat_compat tst-spawn4-compat @@ -194,6 +194,7 @@ $(objpfx)tst-regex2.out: $(gen-locales) $(objpfx)tst-regexloc.out: $(gen-locales) $(objpfx)tst-rxspencer.out: $(gen-locales) $(objpfx)tst-rxspencer-no-utf8.out: $(gen-locales) +$(objpfx)tst-regcomp-truncated.out: $(gen-locales) endif # If we will use the generic uname implementation, we must figure out what |