diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-11-05 04:44:55 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-11-05 04:44:55 +0100 |
commit | 70acfa684c7752dd836d4bf95c4b7d4d83053592 (patch) | |
tree | f171daa26fddc8bf0c6dd438b121c1f3ba76a43e /testsuite/pr66/testsuite.sh | |
parent | 7a7e6050f8db18b7030e05a85cbb378e909d5f7b (diff) | |
download | ghdl-yosys-plugin-70acfa684c7752dd836d4bf95c4b7d4d83053592.tar.gz ghdl-yosys-plugin-70acfa684c7752dd836d4bf95c4b7d4d83053592.tar.bz2 ghdl-yosys-plugin-70acfa684c7752dd836d4bf95c4b7d4d83053592.zip |
testsuite: move pr tests in issues/
Diffstat (limited to 'testsuite/pr66/testsuite.sh')
-rwxr-xr-x | testsuite/pr66/testsuite.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/pr66/testsuite.sh b/testsuite/pr66/testsuite.sh deleted file mode 100755 index ee6162f..0000000 --- a/testsuite/pr66/testsuite.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -topdir=.. -. $topdir/testenv.sh - -run_yosys -p "ghdl vector.vhdl -e vector; opt; dump -o vector.il" - -grep -q 'connect \\v 63' vector.il || exit 1 - -clean |