From 1ea6e91b7ef11e8d7fa4679bd9cb13e91db53684 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 20 Nov 2022 20:02:08 +0100 Subject: testsuite/pyunit: add Comments.py test --- testsuite/pyunit/libghdl/testsuite.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 testsuite/pyunit/libghdl/testsuite.sh (limited to 'testsuite/pyunit/libghdl/testsuite.sh') 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 -- cgit v1.2.3