summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormirabilos <tg@mirbsd.org>2015-05-24 19:21:54 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-05-25 15:46:38 +0200
commitef28300bbc27306fca5bb1af155e94af32fc7fef (patch)
tree990e7d58ee17df4bd9c378d9658ff17563d16a96 /Makefile.in
parent650380248eaad577445c88b7314307d3acd166fc (diff)
implement experimental pure-sh testsuite runner and generation
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a86f29a7d..c8195ffed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -547,3 +547,7 @@ test check: test_compile
test_compile: $(LOCAL_INSTALL_PATH)
$(Q)$(MAKE) -C test compile \
$(if $(O),top_builddir=$(O)/)
+
+test_gen: $(LOCAL_INSTALL_PATH)
+ $(Q)$(MAKE) -C test gen \
+ $(if $(O),top_builddir=$(O)/)