aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/python
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-14 07:25:59 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-14 07:25:59 +0200
commita7c5f4e0e2a8b41e98c1ccbefd84706a1af4ed3d (patch)
tree17de6d87f8c5142306c0115d46e02c920176b29a /testsuite/python
parentb814dbe04aa1658dc294b7db1f9005c497205f25 (diff)
downloadghdl-a7c5f4e0e2a8b41e98c1ccbefd84706a1af4ed3d.tar.gz
ghdl-a7c5f4e0e2a8b41e98c1ccbefd84706a1af4ed3d.tar.bz2
ghdl-a7c5f4e0e2a8b41e98c1ccbefd84706a1af4ed3d.zip
testsuite: add testsuite.sh in 001units
Diffstat (limited to 'testsuite/python')
-rwxr-xr-xtestsuite/python/001units/testsuite.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/python/001units/testsuite.sh b/testsuite/python/001units/testsuite.sh
new file mode 100755
index 000000000..43ba6cd0f
--- /dev/null
+++ b/testsuite/python/001units/testsuite.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+$PYTHON show_units.py
+
+echo "Test successful"