Skip to content

Commit

Permalink
[svn r3233] r3374@delle: sbehnel | 2008-02-01 10:16:04 +0100
Browse files Browse the repository at this point in the history
 fixed benchmark run from Makefile

--HG--
branch : trunk
  • Loading branch information
scoder committed Feb 1, 2008
1 parent 895d3a0 commit 1f5fcad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -25,7 +25,10 @@ valgrind_test_inplace: inplace
$(PYTHON) test.py $(PYTHON) test.py


bench_inplace: inplace bench_inplace: inplace
$(PYTHON) bench.py -i $(PYTHON) benchmark/bench_etree.py -i
$(PYTHON) benchmark/bench_xpath.py -i
$(PYTHON) benchmark/bench_xslt.py -i
$(PYTHON) benchmark/bench_objectify.py -i


ftest_build: build ftest_build: build
$(PYTHON) test.py -f $(TESTFLAGS) $(TESTOPTS) $(PYTHON) test.py -f $(TESTFLAGS) $(TESTOPTS)
Expand Down

0 comments on commit 1f5fcad

Please sign in to comment.