pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-10-15
1999-10-15 23:37:52 by Martin Stjernholm <mast@lysator.liu.se>
b4df332699382bb62679a4df8541a21104e2ea6f (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Pass $(TESTARGS) in the just_verify target.
Rev: src/Makefile.in:1.158
1:
#
-
# $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:
( 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