Skip to content
Snippets Groups Projects
Commit b4df3326 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Pass $(TESTARGS) in the just_verify target.

Rev: src/Makefile.in:1.158
parent 4b62a4ba
No related branches found
No related tags found
No related merge requests found
#
# $Id: Makefile.in,v 1.157 1999/10/08 16:35:15 noring Exp $
# $Id: Makefile.in,v 1.158 1999/10/15 23:37:52 mast Exp $
#
# This line is needed on some machines.
......@@ -287,7 +287,8 @@ module_testsuites:
( cd modules ; $(MAKE) $(MAKE_FLAGS) testsuites )
just_verify: module_testsuites testsuite master.pike
$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike -a
if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \
$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike $$args
tinstall: aclocal master.pike
rm -rf test-install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment