pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-01
2001-01-01 15:13:34 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
9f12bb8759eddb886ae9619081a74ae218748ba8 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
unset PIKE_MODULE_PATH and PIKE_INCLUDE_PATH before running testsuite
Rev: src/Makefile.in:1.227
1:
#
-
# $Id: Makefile.in,v 1.
226
2000
/
12
/
19
20
:
51
:
17
marcus
Exp $
+
# $Id: Makefile.in,v 1.
227
2001
/
01
/
01
15
:
13
:
34
mirar
Exp $
# # This line is needed on some machines.
412:
verify: module_testsuites testsuite tinstall
+
unset PIKE_MODULE_PATH; \
+
unset PIKE_INCLUDE_PATH; \
if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \ if test -f ./test-pike ; then ./test-pike -DNOT_INSTALLED $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike $$args ; else sprsh `pwd`/test-install/pike/*/bin/pike.exe -DNOT_INSTALLED $(PIKE_OPTS) $(TMP_BINDIR)/test_pike.pike $$args ; fi