Skip to content

Commit c299f36

Browse files
committed
test scripts are updated.
1 parent 927c711 commit c299f36

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

scripts/test-2.7.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ python setup.py install
88
pip install pytest pytest-pythonpath
99
mv veriloggen veriloggen.old
1010
cd tests
11-
make test PYTHON=python
11+
make run PYTHON=python
1212
make clean
13+
cd ..
14+
cd examples
1315
make run PYTHON=python
16+
make clean
17+
cd ..
18+
cd tests
19+
make test PYTHON=python
1420
cd ..
1521
cd examples
1622
make test PYTHON=python
17-
make clean
18-
make run PYTHON=python
1923
cd ..
2024
mv veriloggen.old veriloggen
2125
cd ..

scripts/test-3.4.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ python3 setup.py install
88
pip install pytest pytest-pythonpath
99
mv veriloggen veriloggen.old
1010
cd tests
11-
make test
11+
make run
1212
make clean
13+
cd ..
14+
cd examples
1315
make run
16+
make clean
17+
cd ..
18+
cd tests
19+
make test
1420
cd ..
1521
cd examples
1622
make test
17-
make clean
18-
make run
1923
cd ..
2024
mv veriloggen.old veriloggen
2125
cd ..

scripts/test-3.5.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ python3 setup.py install
88
pip install pytest pytest-pythonpath
99
mv veriloggen veriloggen.old
1010
cd tests
11-
make test
11+
make run
1212
make clean
13+
cd ..
14+
cd examples
1315
make run
16+
make clean
17+
cd ..
18+
cd tests
19+
make test
1420
cd ..
1521
cd examples
1622
make test
17-
make clean
18-
make run
1923
cd ..
2024
mv veriloggen.old veriloggen
2125
cd ..

0 commit comments

Comments
 (0)