diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-12-22 08:09:08 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-12-22 08:09:08 +0100 |
commit | f05bbd02f16d3368e9c171a7f42a08f26219262d (patch) | |
tree | b997a17b4678eaa63e5d9adcaba62cfade8a6040 /testsuite/synth/issue2279/testsuite.sh | |
parent | 236f7eddef51acba2718eeda8431a1a68c7e231e (diff) | |
download | ghdl-f05bbd02f16d3368e9c171a7f42a08f26219262d.tar.gz ghdl-f05bbd02f16d3368e9c171a7f42a08f26219262d.tar.bz2 ghdl-f05bbd02f16d3368e9c171a7f42a08f26219262d.zip |
testsuite/synth: add a test for #2279
Diffstat (limited to 'testsuite/synth/issue2279/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue2279/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue2279/testsuite.sh b/testsuite/synth/issue2279/testsuite.sh new file mode 100755 index 000000000..74c928a61 --- /dev/null +++ b/testsuite/synth/issue2279/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 + +synth_only ent + +synth_tb aggr1 + +echo "Test successful" |