diff options
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/posix/Makefile b/posix/Makefile index ce98c596d0..fda6e13bda 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -92,6 +92,8 @@ ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test tst-exec tst-spawn endif +tests-static = tst-exec-static tst-spawn-static +tests += $(tests-static) others := getconf install-bin := getconf install-others-programs := $(inst_libexecdir)/getconf @@ -172,7 +174,9 @@ tstgetopt-ARGS = -a -b -cfoobar --required foobar --optional=bazbug \ --none random --col --color --colour tst-exec-ARGS = -- $(host-built-program-cmd) +tst-exec-static-ARGS = $(tst-exec-ARGS) tst-spawn-ARGS = -- $(host-built-program-cmd) +tst-spawn-static-ARGS = $(tst-spawn-ARGS) tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-dir tst-chmod-ARGS = $(objdir) tst-vfork3-ARGS = --test-dir=$(objpfx) |