mirror of git://sourceware.org/git/glibc.git
(tests): Add tst-dir. (tst-dir-ARGS): New variable.
This commit is contained in:
parent
8273647f9e
commit
23940a4c31
|
|
@ -68,7 +68,7 @@ aux := init-posix environ
|
||||||
tests := tstgetopt testfnm runtests runptests \
|
tests := tstgetopt testfnm runtests runptests \
|
||||||
tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
|
tst-preadwrite tst-preadwrite64 test-vfork regexbug1 \
|
||||||
tst-getlogin tst-mmap tst-getaddrinfo tst-truncate \
|
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))
|
ifeq (yes,$(build-shared))
|
||||||
test-srcs := globtest
|
test-srcs := globtest
|
||||||
tests += wordexp-test tst-exec tst-spawn
|
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-exec-ARGS = -- $(built-program-cmd)
|
||||||
tst-spawn-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-fnmatch-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
tst-regexloc-ENV = LOCPATH=$(common-objpfx)localedata
|
tst-regexloc-ENV = LOCPATH=$(common-objpfx)localedata
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue