diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-10-22 20:57:31 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-10-22 20:57:31 +0200 |
commit | d1bcdf138b3852a16799b3b92d6747736e9938eb (patch) | |
tree | 5ff8c22da3e7a182876b6bfe8ac1e71174f571d9 /testsuite/gna/issue235/testsuite.sh | |
parent | 0bb34453ff13d6282c1b89b1b9b25dcf62f7851c (diff) | |
download | ghdl-d1bcdf138b3852a16799b3b92d6747736e9938eb.tar.gz ghdl-d1bcdf138b3852a16799b3b92d6747736e9938eb.tar.bz2 ghdl-d1bcdf138b3852a16799b3b92d6747736e9938eb.zip |
Add testcase from #235.
Diffstat (limited to 'testsuite/gna/issue235/testsuite.sh')
-rwxr-xr-x | testsuite/gna/issue235/testsuite.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/gna/issue235/testsuite.sh b/testsuite/gna/issue235/testsuite.sh new file mode 100755 index 000000000..1d84c0f57 --- /dev/null +++ b/testsuite/gna/issue235/testsuite.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 +analyze test.vhdl +elab_simulate test + +clean + +echo "Test successful" |