diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 08:14:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-04 08:14:33 +0000 |
commit | 0d6af3a86d34a5b32c46353fdc863216c1a44baf (patch) | |
tree | 798337e444187d872e276d447d0c7730754304db /posix | |
parent | 981863755145e15152af5109e368e525b1bb7e58 (diff) | |
download | glibc-0d6af3a86d34a5b32c46353fdc863216c1a44baf.tar.gz glibc-0d6af3a86d34a5b32c46353fdc863216c1a44baf.tar.xz glibc-0d6af3a86d34a5b32c46353fdc863216c1a44baf.zip |
(tests): Add tst-fnmatch. (tst-fnmatch-ENV): Define.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index dd359ffc28..e35585a89d 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -68,7 +68,7 @@ aux := init-posix environ tests := tstgetopt testfnm runtests runptests \ tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \ tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \ - tst-truncate64 tst-fork + tst-truncate64 tst-fork tst-fnmatch ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn @@ -110,6 +110,8 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ tst-exec-ARGS = -- $(built-program-cmd) tst-spawn-ARGS = -- $(built-program-cmd) +tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata + $(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib) lib: $(objpfx)libposix.a |