diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-08-27 09:59:59 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-09-16 07:57:25 +0200 |
commit | 63fd2ca7ce387c914668f8393962751a55ac4138 (patch) | |
tree | d1c3314e812ddb1c6b744f2708d5797db0e2103e /testsuite/python/units01/testsuite.sh | |
parent | bec6b6245851c955fc7e16835af81a4417133e05 (diff) | |
download | ghdl-63fd2ca7ce387c914668f8393962751a55ac4138.tar.gz ghdl-63fd2ca7ce387c914668f8393962751a55ac4138.tar.bz2 ghdl-63fd2ca7ce387c914668f8393962751a55ac4138.zip |
py: add 'show_ports.py' to testsuite/python/units01
Diffstat (limited to 'testsuite/python/units01/testsuite.sh')
-rwxr-xr-x | testsuite/python/units01/testsuite.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/python/units01/testsuite.sh b/testsuite/python/units01/testsuite.sh index 43ba6cd0f..f45d12ac3 100755 --- a/testsuite/python/units01/testsuite.sh +++ b/testsuite/python/units01/testsuite.sh @@ -4,4 +4,8 @@ $PYTHON show_units.py +echo "" + +$PYTHON show_ports.py ./ + echo "Test successful" |