aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0133/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-09-30 06:19:11 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-30 06:19:11 +0200
commit1622b2dabf932b395b90d4bc22943482c6246b14 (patch)
tree26ddb16a7e1a9f216efe10fa78612ccaced8c096 /testsuite/gna/bug0133/testsuite.sh
parent80e6b48eb30679cb884baebc990b3cc8492bbe72 (diff)
downloadghdl-1622b2dabf932b395b90d4bc22943482c6246b14.tar.gz
ghdl-1622b2dabf932b395b90d4bc22943482c6246b14.tar.bz2
ghdl-1622b2dabf932b395b90d4bc22943482c6246b14.zip
testsuite/gna: add a test for the previous commit
Diffstat (limited to 'testsuite/gna/bug0133/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug0133/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/bug0133/testsuite.sh b/testsuite/gna/bug0133/testsuite.sh
new file mode 100755
index 000000000..db33375a9
--- /dev/null
+++ b/testsuite/gna/bug0133/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze e.vhdl
+$GHDL --file-to-xml > e.xml
+
+clean
+
+echo "Test successful"