File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ j2py = ../bin/j2py
77python_files := $(addsuffix .py, $(notdir $(basename $(wildcard * .java) ) ) )
88test_targets := $(sort $(notdir $(basename $(wildcard * .java) ) ) )
99
10+ export PYTHONPATH := $(PYTHONPATH ) :.
11+
1012
1113.PHONY : all clean
1214.SILENT : % :
@@ -15,6 +17,7 @@ test_targets := $(sort $(notdir $(basename $(wildcard *.java))))
1517all :
1618 $(MAKE ) $(test_targets )
1719
20+
1821selectors :
1922 @cd selector && make
2023
@@ -37,7 +40,7 @@ parsers:
3740
3841
3942% .py : % .class
40- @$(j2py ) $(addsuffix .java, $(basename $@ ) ) $@ -c configs/defaults.py -d configs
43+ @$(j2py ) $(addsuffix .java, $(basename $@ ) ) $@ -c configs.defaults -d configs
4144
4245% : % .py
4346 @bash -c " diff -q <($( python) $( addsuffix .py, $@ ) ) <(java -ea $@ )" && echo " [PASS] $@ "
You can’t perform that action at this time.
0 commit comments