diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-10-03 10:04:55 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-10-03 10:05:50 +0200 |
commit | 09b916cff7b5daf9cc9e39f67156198f4fbf4836 (patch) | |
tree | b9d8950c1149c15e88a0ef1b36b22e932e604204 /testsuite/examples | |
parent | 3e7732bbaaf9368bdd40164cd24fe1b9be486873 (diff) | |
download | ghdl-yosys-plugin-09b916cff7b5daf9cc9e39f67156198f4fbf4836.tar.gz ghdl-yosys-plugin-09b916cff7b5daf9cc9e39f67156198f4fbf4836.tar.bz2 ghdl-yosys-plugin-09b916cff7b5daf9cc9e39f67156198f4fbf4836.zip |
testsuite: add a first test to display config and version
Diffstat (limited to 'testsuite/examples')
-rwxr-xr-x | testsuite/examples/00version/testsuite.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/examples/00version/testsuite.sh b/testsuite/examples/00version/testsuite.sh new file mode 100755 index 0000000..e06dcf6 --- /dev/null +++ b/testsuite/examples/00version/testsuite.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +topdir=../.. +. $topdir/testenv.sh + +run_yosys -p "ghdl --disp-config" + +echo OK |