summaryrefslogtreecommitdiff
path: root/testsuite/gna/ticket94/build.sh
diff options
context:
space:
mode:
authorTristan Gingold2015-09-26 05:55:02 +0200
committerTristan Gingold2015-09-26 05:55:02 +0200
commit2eecd0d0a22dc22c7c52eeff9a91bef2a6b2bb5c (patch)
treea0c6124ff89a0e33bf4a73a6dc6ca0cf56becea2 /testsuite/gna/ticket94/build.sh
parenta3dbf28891487f13726061f607c3cd62e5f69e1e (diff)
downloadghdl-2eecd0d0a22dc22c7c52eeff9a91bef2a6b2bb5c.tar.gz
ghdl-2eecd0d0a22dc22c7c52eeff9a91bef2a6b2bb5c.tar.bz2
ghdl-2eecd0d0a22dc22c7c52eeff9a91bef2a6b2bb5c.zip
ticket94 reproducer
Diffstat (limited to 'testsuite/gna/ticket94/build.sh')
-rw-r--r--testsuite/gna/ticket94/build.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/gna/ticket94/build.sh b/testsuite/gna/ticket94/build.sh
new file mode 100644
index 0000000..a5bf675
--- /dev/null
+++ b/testsuite/gna/ticket94/build.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+cmd() { echo "$*" ; $* ; }
+
+GHDL=${GHDL:-ghdl}
+cmd $GHDL -a --work=alib asrc.vhd
+cmd $GHDL -a tb.vhd
+cmd $GHDL -e tb