aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/python/units01/testsuite.sh
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-12-28 20:49:18 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2020-12-28 22:55:46 +0100
commitf940ff13f5aad6b2253017413182f80544546218 (patch)
tree94161a037294bbcebdb7844434e2abe553b32837 /testsuite/python/units01/testsuite.sh
parent9088c8c03a2203f655482d00444a46f10f987b39 (diff)
downloadghdl-f940ff13f5aad6b2253017413182f80544546218.tar.gz
ghdl-f940ff13f5aad6b2253017413182f80544546218.tar.bz2
ghdl-f940ff13f5aad6b2253017413182f80544546218.zip
merge testsuite/python into testsuite/pyunit
Diffstat (limited to 'testsuite/python/units01/testsuite.sh')
-rwxr-xr-xtestsuite/python/units01/testsuite.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/python/units01/testsuite.sh b/testsuite/python/units01/testsuite.sh
deleted file mode 100755
index f45d12ac3..000000000
--- a/testsuite/python/units01/testsuite.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sh
-
-. ../../testenv.sh
-
-$PYTHON show_units.py
-
-echo ""
-
-$PYTHON show_ports.py ./
-
-echo "Test successful"