aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/testsuite.sh
diff options
context:
space:
mode:
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