aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d669646..b8eb43a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -110,7 +110,7 @@ install install-exec: all
uninstall:
@endif
-test: $(JIMSH)
+test check: $(JIMSH)
cd @srcdir@/tests; $(DEF_LD_PATH) $(MAKE) jimsh=@builddir@/jimsh
$(OBJS): Makefile $(wildcard *.h)