aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2336/testsuite.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-02-04 08:03:58 +0100
committerTristan Gingold <tgingold@free.fr>2023-02-04 08:04:25 +0100
commitb283daab776e6edf829a621190394fb78f83be36 (patch)
tree06bf0c183a072fccb04d1628e8623fae7b6f8c88 /testsuite/synth/issue2336/testsuite.sh
parente760a611da905b740f50ab02a58ed6b845e78af3 (diff)
downloadghdl-b283daab776e6edf829a621190394fb78f83be36.tar.gz
ghdl-b283daab776e6edf829a621190394fb78f83be36.tar.bz2
ghdl-b283daab776e6edf829a621190394fb78f83be36.zip
testsuite/synth: rename testcase directory.
For #2339
Diffstat (limited to 'testsuite/synth/issue2336/testsuite.sh')
-rwxr-xr-xtestsuite/synth/issue2336/testsuite.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/synth/issue2336/testsuite.sh b/testsuite/synth/issue2336/testsuite.sh
deleted file mode 100755
index d4aa0cfa4..000000000
--- a/testsuite/synth/issue2336/testsuite.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-
-. ../../testenv.sh
-
-GHDL_STD_FLAGS=--std=08
-synth_failure top_ecp5pll.vhd ecp5pll.vhd -e top_ecp5pll
-
-echo "Test successful"