aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/enum01/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-04-29 12:16:04 +0200
committerTristan Gingold <tgingold@free.fr>2022-04-29 12:19:23 +0200
commitd9b5e0e8e2de7d575df18fcc7be84a8ba8375052 (patch)
treef93fbb6870bcb223838c964a10a7965185e90cba /testsuite/synth/enum01/testsuite.sh
parentbdb90f2f54f4ccd1c290d872c5bafcb4ba3e1778 (diff)
downloadghdl-d9b5e0e8e2de7d575df18fcc7be84a8ba8375052.tar.gz
ghdl-d9b5e0e8e2de7d575df18fcc7be84a8ba8375052.tar.bz2
ghdl-d9b5e0e8e2de7d575df18fcc7be84a8ba8375052.zip
testsuite/synth: add tests for previous commit (enum comparison)
Diffstat (limited to 'testsuite/synth/enum01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/enum01/testsuite.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/synth/enum01/testsuite.sh b/testsuite/synth/enum01/testsuite.sh
index 511dcb1f4..4f1d78b1f 100755
--- a/testsuite/synth/enum01/testsuite.sh
+++ b/testsuite/synth/enum01/testsuite.sh
@@ -11,4 +11,6 @@ analyze test_pkg.vhdl syn_test.vhdl tb_test.vhdl
elab_simulate tb_test --ieee-asserts=disable-at-0 --assert-level=error
clean
+synth test_pkg.vhdl test2.vhdl -e test2 > syn_test2.vhdl
+
echo "Test successful"