From ef28300bbc27306fca5bb1af155e94af32fc7fef Mon Sep 17 00:00:00 2001 From: mirabilos Date: Sun, 24 May 2015 19:21:54 +0200 Subject: implement experimental pure-sh testsuite runner and generation --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') 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)/) -- cgit v1.2.3