pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-06
2002-12-06 17:13:51 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
f956b696553a2de3fbc1ef391e9e85bad702ba7d (
16
lines) (+
15
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
adding targets shoot and run_shoot for performance tests
Rev: src/Makefile.in:1.339
1:
#
-
# $Id: Makefile.in,v 1.
338
2002/
11
/
27
11
:
58
:
28
marcus
Exp $
+
# $Id: Makefile.in,v 1.
339
2002/
12
/
06
17
:
13
:
51
mirar
Exp $
# # This line is needed on some machines.
525:
sprsh `pwd`/test-install/pike/*/bin/pike.exe -DNOT_INSTALLED $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike $$args ; \ fi
+
shoot: tinstall
+
PIKE_MODULE_PATH=""; PIKE_INCLUDE_PATH=""; \
+
if test "$(TESTARGS)" = "" ; then args="-a -v" ; else \
+
args="$(TESTARGS)" ; fi; \
+
if test -f ./test-pike ; then \
+
./test-pike -DNOT_INSTALLED $(PIKEOPTS) --shoot; \
+
else \
+
sprsh `pwd`/test-install/pike/*/bin/pike.exe -DNOT_INSTALLED $(PIKEOPTS) --shoot ; \
+
fi
+
verify_installed: module_testsuites testsuite master-stamp if test "$(TESTARGS)" = "" ; then args="-a -v" ; else \ args="$(TESTARGS)" ; fi; \
569:
feature_list: $(RUNPIKE) $(TMP_BINDIR)/feature_list
+
run_shoot:
+
$(RUNPIKE) $(ARGS) --shoot
+
lib: Makefile @for d in lib lib/modules lib/include; do \ if [ -d $$d/. ]; then : ; else \