From 556bd7c420a231b02b7159217aec9ae5bbe34e8d Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 10 Mar 2020 20:34:17 +0100 Subject: testsuite/synth: add a test for previous commit. --- testsuite/synth/if02/testsuite.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 testsuite/synth/if02/testsuite.sh (limited to 'testsuite/synth/if02/testsuite.sh') diff --git a/testsuite/synth/if02/testsuite.sh b/testsuite/synth/if02/testsuite.sh new file mode 100755 index 000000000..575200dcb --- /dev/null +++ b/testsuite/synth/if02/testsuite.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. ../../testenv.sh + +for t in if01 if02 if03; do + synth_failure $t.vhdl -e +done + +echo "Test successful" -- cgit v1.2.3