diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-10-30 13:31:30 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-10-30 13:31:30 +0100 |
commit | dadf23f06c134d09b5930e09bddfdab2c0ca6150 (patch) | |
tree | cf6352b9ef8c4e451699addab4e9fd17e1ad4632 /posix/Makefile | |
parent | fbcecc08c948a719c79ebd8a545e89670fe19faf (diff) | |
download | glibc-dadf23f06c134d09b5930e09bddfdab2c0ca6150.tar.gz glibc-dadf23f06c134d09b5930e09bddfdab2c0ca6150.tar.xz glibc-dadf23f06c134d09b5930e09bddfdab2c0ca6150.zip |
tst-gnuglob64: New test for glob64 based on tst-gnuglob
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 d4a5299a52..532f2c73c5 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -70,7 +70,7 @@ tests := test-errno tstgetopt testfnm runtests runptests \ tst-mmap tst-mmap-offset tst-getaddrinfo tst-truncate \ 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-regex6 bug-regex7 \ + tst-gnuglob tst-gnuglob64 tst-regex bug-regex6 bug-regex7 \ bug-regex8 bug-regex9 bug-regex10 bug-regex11 bug-regex12 \ bug-regex13 bug-regex14 bug-regex15 bug-regex16 \ bug-regex17 bug-regex18 bug-regex19 \ |