aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-11-20 20:02:08 +0100
committerTristan Gingold <tgingold@free.fr>2022-11-20 20:02:08 +0100
commit1ea6e91b7ef11e8d7fa4679bd9cb13e91db53684 (patch)
tree1dd3932d728dbcae31636d4ece25b36fe7637765 /testsuite/pyunit/libghdl/testsuite.sh
parentf722f900f4211bbddc0f432ce652e68313807ee0 (diff)
downloadghdl-1ea6e91b7ef11e8d7fa4679bd9cb13e91db53684.tar.gz
ghdl-1ea6e91b7ef11e8d7fa4679bd9cb13e91db53684.tar.bz2
ghdl-1ea6e91b7ef11e8d7fa4679bd9cb13e91db53684.zip
testsuite/pyunit: add Comments.py test
Diffstat (limited to 'testsuite/pyunit/libghdl/testsuite.sh')
-rwxr-xr-xtestsuite/pyunit/libghdl/testsuite.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/pyunit/libghdl/testsuite.sh b/testsuite/pyunit/libghdl/testsuite.sh
new file mode 100755
index 000000000..714bf8bec
--- /dev/null
+++ b/testsuite/pyunit/libghdl/testsuite.sh
@@ -0,0 +1,3 @@
+for f in Initialize.py Comments.py; do
+ PYTHONPATH=../../.. python3 -m unittest $f
+done