diff options
Diffstat (limited to 'testsuite/vests/testsuite.sh')
-rwxr-xr-x | testsuite/vests/testsuite.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/vests/testsuite.sh b/testsuite/vests/testsuite.sh index 3d0d123fa..2df58dd3f 100755 --- a/testsuite/vests/testsuite.sh +++ b/testsuite/vests/testsuite.sh @@ -2,7 +2,7 @@ . ../testenv.sh -common_args="--std=93c $GHDL_FLAGS" +common_args="--std=93c -Werror=runtime-error $GHDL_FLAGS" # Test number. test_num="1" do_inter_clean="no" @@ -189,7 +189,7 @@ test_billowitch() { . $dir/compliant.exp # OK but FIXMEs - common_args="--std=93 $GHDL_FLAGS" + common_args="--std=93 -Werror=runtime-error $GHDL_FLAGS" dir=vhdl-93/billowitch/non_compliant/analyzer_failure . $dir/non_compliant.exp |