From 298aa852d3a080f4d26d814faf5bdaa65228949b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 9 Mar 2020 20:34:05 +0100 Subject: testsuite/synth: add a test for previous commit. --- testsuite/synth/arr02/testsuite.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 testsuite/synth/arr02/testsuite.sh (limited to 'testsuite/synth/arr02/testsuite.sh') diff --git a/testsuite/synth/arr02/testsuite.sh b/testsuite/synth/arr02/testsuite.sh new file mode 100755 index 000000000..c3a077cf9 --- /dev/null +++ b/testsuite/synth/arr02/testsuite.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. ../../testenv.sh + +for t in arr01; do + synth_tb $t +done + +echo "Test successful" -- cgit v1.2.3