aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-10-03 10:04:55 +0200
committerTristan Gingold <tgingold@free.fr>2021-10-03 10:05:50 +0200
commit09b916cff7b5daf9cc9e39f67156198f4fbf4836 (patch)
treeb9d8950c1149c15e88a0ef1b36b22e932e604204
parent3e7732bbaaf9368bdd40164cd24fe1b9be486873 (diff)
downloadghdl-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
-rwxr-xr-xtestsuite/examples/00version/testsuite.sh8
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