aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1454/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-09-05 07:51:53 +0200
committerTristan Gingold <tgingold@free.fr>2020-09-05 07:51:53 +0200
commit1f5e5aa9a53c333a4e3576a52a128b38860d1f5b (patch)
tree0e24784fbba2b72edada96e3cecbd10d0179443f /testsuite/synth/issue1454/testsuite.sh
parent1aa515cc89914d029f129b38c585c66670977f3f (diff)
downloadghdl-1f5e5aa9a53c333a4e3576a52a128b38860d1f5b.tar.gz
ghdl-1f5e5aa9a53c333a4e3576a52a128b38860d1f5b.tar.bz2
ghdl-1f5e5aa9a53c333a4e3576a52a128b38860d1f5b.zip
testsuite/synth: add a test for #1454
Diffstat (limited to 'testsuite/synth/issue1454/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue1454/testsuite.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/issue1454/testsuite.sh b/testsuite/synth/issue1454/testsuite.sh
new file mode 100755
index 000000000..37bda185b
--- /dev/null
+++ b/testsuite/synth/issue1454/testsuite.sh
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+synth_analyze dummy_top
+grep -q dummy_sub_inst syn_dummy_top.vhdl
+
+clean
+
+echo "Test successful"