diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-07 08:27:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-07 08:27:17 +0000 |
commit | 23940a4c31626d819129cc4de48f2e5253c6d0b8 (patch) | |
tree | 33e96b13625140b48886251752dddbf98dae6ffa /posix | |
parent | 8273647f9ee4e5b84d89a8a5914f2044fed66b80 (diff) | |
download | glibc-23940a4c31626d819129cc4de48f2e5253c6d0b8.tar.gz glibc-23940a4c31626d819129cc4de48f2e5253c6d0b8.tar.xz glibc-23940a4c31626d819129cc4de48f2e5253c6d0b8.zip |
(tests): Add tst-dir. (tst-dir-ARGS): New variable.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 24a8c67b12..3430d3c0c5 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-fnmatch tst-regexloc + tst-truncate64 tst-fork tst-fnmatch tst-regexloc tst-dir ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn @@ -113,6 +113,7 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ tst-exec-ARGS = -- $(built-program-cmd) tst-spawn-ARGS = -- $(built-program-cmd) +tst-dir-ARGS = `pwd` "$(objdir)/$(subdir)" "$(common-objdir)" $(objpfx)tst-dir tst-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata tst-regexloc-ENV = LOCPATH=$(common-objpfx)localedata |