diff options
Diffstat (limited to 'testsuite/synth/issue1442/testsuite.sh')
-rwxr-xr-x | testsuite/synth/issue1442/testsuite.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/synth/issue1442/testsuite.sh b/testsuite/synth/issue1442/testsuite.sh new file mode 100755 index 000000000..d2718954f --- /dev/null +++ b/testsuite/synth/issue1442/testsuite.sh @@ -0,0 +1,10 @@ +#! /bin/sh + +. ../../testenv.sh + +export GHDL_STD_FLAGS=--std=08 +synth_analyze fixed_round_crash_correct +synth_failure fixed_round_crash_incorrect +clean + +echo "Test successful" |