pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in: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. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:484:
# verify / debug module_testsuites: ( cd modules && $(MAKE) $(MAKE_FLAGS) testsuites ) ( cd post_modules && $(MAKE) $(MAKE_FLAGS) testsuites ) ( $(TMP_BINDIR)/mklibtests.sh --srcdir=$(LIBDIR_SRC) \ --destdir=$(TMP_BUILDDIR)/tlib --bindir=$(TMP_BINDIR) ) 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 sh ./dynloadtest.sh dynloadtest.sh: $(SRCDIR)/test_dynamic_loading.in m4 "$(SRCDIR)/test_dynamic_loading.in" >"$@" dynloadtest.c: dynamic_load.c