diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-10-15 11:54:08 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-10-15 11:54:08 +0200 |
commit | ada7d040fb9bc06f683f52b94d1bb22fb5f9ae2b (patch) | |
tree | e47cb03310d662f7a77989ee7b7d1c84db6d5964 | |
parent | a5e4aabe3bb21577770280e79694ef5ef90a7876 (diff) | |
download | ghdl-ada7d040fb9bc06f683f52b94d1bb22fb5f9ae2b.tar.gz ghdl-ada7d040fb9bc06f683f52b94d1bb22fb5f9ae2b.tar.bz2 ghdl-ada7d040fb9bc06f683f52b94d1bb22fb5f9ae2b.zip |
vests: use strict std93 for non compliant tests.
-rwxr-xr-x | testsuite/vests/testsuite.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/vests/testsuite.sh b/testsuite/vests/testsuite.sh index 54348f7a0..3d0d123fa 100755 --- a/testsuite/vests/testsuite.sh +++ b/testsuite/vests/testsuite.sh @@ -189,6 +189,8 @@ test_billowitch() { . $dir/compliant.exp # OK but FIXMEs + common_args="--std=93 $GHDL_FLAGS" + dir=vhdl-93/billowitch/non_compliant/analyzer_failure . $dir/non_compliant.exp |