aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vests/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/vests/testsuite.sh')
-rwxr-xr-xtestsuite/vests/testsuite.sh4
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