pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-23
2002-11-23 15:30:46 by Martin Stjernholm <mast@lysator.liu.se>
d225b21dcec72c8960b4eb2db6f2df2fab01adc3 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Added $(VALGRIND) to the just_verify target.
Rev: src/Makefile.in:1.334
1:
#
-
# $Id: Makefile.in,v 1.
333
2002/11/
18
15:
08
:
17
grubba
Exp $
+
# $Id: Makefile.in,v 1.
334
2002/11/
23
15:
30
:
46
mast
Exp $
# # This line is needed on some machines.
491:
just_verify: module_testsuites testsuite master-stamp if test "x$(TESTARGS)" = x ; then args="-a -v" ; \ else args="$(TESTARGS)" ; fi; \
-
$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike $$args
+
$(VALGRIND)
$(RUNPIKE) $(TMP_BINDIR)/test_pike.pike $$args
# Testsuite for dynamic loading debugging test_dlopen: dynloadtest.sh