diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-01-29 08:38:14 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-01-29 08:38:14 +0100 |
commit | da2aeae6aad9977218a17013cdd38577aebaeb3d (patch) | |
tree | 95b3257dc69493c41e8c04b37c39eeba52ded406 /testsuite/synth/issue2328/testsuite.sh | |
parent | e6ebb298fcb465f062099c0d10db1d828a339355 (diff) | |
download | ghdl-da2aeae6aad9977218a17013cdd38577aebaeb3d.tar.gz ghdl-da2aeae6aad9977218a17013cdd38577aebaeb3d.tar.bz2 ghdl-da2aeae6aad9977218a17013cdd38577aebaeb3d.zip |
testsuite/gna: add tests for #2328
Diffstat (limited to 'testsuite/synth/issue2328/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue2328/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/synth/issue2328/testsuite.sh b/testsuite/synth/issue2328/testsuite.sh new file mode 100755 index 000000000..bd691904a --- /dev/null +++ b/testsuite/synth/issue2328/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +GHDL_STD_FLAGS=--std=08 + +synth_only test + +synth_tb test_tf + +echo "Test successful" |