File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
tests/ast_code_generator_test Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ before_install:
1212before_script :
1313 - pip freeze
1414script :
15- - make
15+ # - export EXE_TRAVIS=1
16+ - make
Original file line number Diff line number Diff line change 22all :
33 export PYTHON=python3
44 export PYTHON27=python2.7
5- make -C ./tests
5+ make -C ./pyverilog
66
77.PHONY : clean
88clean :
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ ifndef EXE_TRAVIS
33else
44 PYTHON=python
55endif
6-
6+ PYTHON =python3
7+ # PYTHON=python2.7
78# OPT=-m pdb
89# OPT=-m cProfile -s time
910# OPT=-m cProfile -o profile.rslt
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ifndef EXE_TRAVIS
33else
44 PYTHON=python
55endif
6-
6+ # PYTHON=python2.7
77PYTHON27 =python2.7
88# OPT=-m pdb
99# OPT=-m cProfile -s time
Original file line number Diff line number Diff line change 11TEST =*.py
22ARGS =
3-
4- PYTHON =python3
3+ if [ -z "${PYTHON}" ];then
4+ PYTHON =python3
5+ fi
56# PYTHON=python
67# OPT=-m pdb
78# OPT=-m cProfile -s time
You can’t perform that action at this time.
0 commit comments