File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,18 @@ python setup.py install
88pip install pytest pytest-pythonpath
99mv veriloggen veriloggen.old
1010cd tests
11- make test PYTHON=python
11+ make run PYTHON=python
1212make clean
13+ cd ..
14+ cd examples
1315make run PYTHON=python
16+ make clean
17+ cd ..
18+ cd tests
19+ make test PYTHON=python
1420cd ..
1521cd examples
1622make test PYTHON=python
17- make clean
18- make run PYTHON=python
1923cd ..
2024mv veriloggen.old veriloggen
2125cd ..
Original file line number Diff line number Diff line change @@ -8,14 +8,18 @@ python3 setup.py install
88pip install pytest pytest-pythonpath
99mv veriloggen veriloggen.old
1010cd tests
11- make test
11+ make run
1212make clean
13+ cd ..
14+ cd examples
1315make run
16+ make clean
17+ cd ..
18+ cd tests
19+ make test
1420cd ..
1521cd examples
1622make test
17- make clean
18- make run
1923cd ..
2024mv veriloggen.old veriloggen
2125cd ..
Original file line number Diff line number Diff line change @@ -8,14 +8,18 @@ python3 setup.py install
88pip install pytest pytest-pythonpath
99mv veriloggen veriloggen.old
1010cd tests
11- make test
11+ make run
1212make clean
13+ cd ..
14+ cd examples
1315make run
16+ make clean
17+ cd ..
18+ cd tests
19+ make test
1420cd ..
1521cd examples
1622make test
17- make clean
18- make run
1923cd ..
2024mv veriloggen.old veriloggen
2125cd ..
You can’t perform that action at this time.
0 commit comments