diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-07-06 07:29:46 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-07-06 07:29:46 +0200 |
commit | c9e968f395e7b1df96546d6917a721fa9cefcaa0 (patch) | |
tree | 209b970fdb90e855be6ebfbd47ca6e24d7c6c2ce | |
parent | ad6faf2faeaeca59fa1172a849746975d536d0e5 (diff) | |
download | ghdl-c9e968f395e7b1df96546d6917a721fa9cefcaa0.tar.gz ghdl-c9e968f395e7b1df96546d6917a721fa9cefcaa0.tar.bz2 ghdl-c9e968f395e7b1df96546d6917a721fa9cefcaa0.zip |
testsuite/gna: adjust previous commit
-rwxr-xr-x | testsuite/gna/issue2116/testsuite.sh | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/testsuite/gna/issue2116/testsuite.sh b/testsuite/gna/issue2116/testsuite.sh index 24d2913d0..98276270b 100755 --- a/testsuite/gna/issue2116/testsuite.sh +++ b/testsuite/gna/issue2116/testsuite.sh @@ -2,6 +2,16 @@ . ../../testenv.sh +ok_files=" +func4_0.vhdl +func4_1.vhdl +" + +export GHDL_STD_FLAGS=--std=08 +for f in $ok_files; do + analyze $f +done + files=" aspect01.vhdl aspect02.vhdl @@ -41,8 +51,6 @@ eval2.vhdl func1.vhdl func2.vhdl func3.vhdl -func4_0.vhdl -func4_1.vhdl func4.vhdl func5.vhdl func6.vhdl |