File tree Expand file tree Collapse file tree 5 files changed +6
-9
lines changed
tests/ast_code_generator_test Expand file tree Collapse file tree 5 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ before_install:
1212before_script :
1313 - pip freeze
1414script :
15- # - export EXE_TRAVIS=1
16- - make
15+ - make
Original file line number Diff line number Diff line change 22all :
33 export PYTHON=python3
44 export PYTHON27=python2.7
5- make -C ./pyverilog
5+ make -C ./tests
66
77.PHONY : clean
88clean :
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ ifndef EXE_TRAVIS
33else
44 PYTHON=python
55endif
6- PYTHON =python3
7- # PYTHON=python2.7
6+
87# OPT=-m pdb
98# OPT=-m cProfile -s time
109# 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- # PYTHON=python2.7
6+
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- if [ -z "${PYTHON}" ];then
4- PYTHON =python3
5- fi
3+
4+ PYTHON =python3
65# PYTHON=python
76# OPT=-m pdb
87# OPT=-m cProfile -s time
You can’t perform that action at this time.
0 commit comments