aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/python/units01/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-16 09:01:11 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-16 09:01:11 +0200
commita523865a36f56882d1d0653ba9b98c65138627f5 (patch)
treecf1ef42a0dceeb213346a6b0be603ba5c432021e /testsuite/python/units01/testsuite.sh
parent1767c924b553bd9e25ed6e9e58492bf7ebd4df3f (diff)
downloadghdl-a523865a36f56882d1d0653ba9b98c65138627f5.tar.gz
ghdl-a523865a36f56882d1d0653ba9b98c65138627f5.tar.bz2
ghdl-a523865a36f56882d1d0653ba9b98c65138627f5.zip
testsuite/python: fix test name (to follow the testsuite.sh convention)
Diffstat (limited to 'testsuite/python/units01/testsuite.sh')
-rwxr-xr-xtestsuite/python/units01/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/python/units01/testsuite.sh b/testsuite/python/units01/testsuite.sh
new file mode 100755
index 000000000..43ba6cd0f
--- /dev/null
+++ b/testsuite/python/units01/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+$PYTHON show_units.py
+
+echo "Test successful"