diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-09-28 08:17:10 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-09-28 08:17:10 +0200 |
commit | 7115fb5dc5d3c4e429ae139d47ab5c6efd734134 (patch) | |
tree | e5cc5d36cfd189e1f55f05f16d034d38880ce15e | |
parent | 474cd4d40187c545abf8c3cd3213c3fd1cb98645 (diff) | |
download | ghdl-7115fb5dc5d3c4e429ae139d47ab5c6efd734134.tar.gz ghdl-7115fb5dc5d3c4e429ae139d47ab5c6efd734134.tar.bz2 ghdl-7115fb5dc5d3c4e429ae139d47ab5c6efd734134.zip |
testsuite/sync: re-enable func08
-rwxr-xr-x | testsuite/synth/func01/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/func01/testsuite.sh b/testsuite/synth/func01/testsuite.sh index 956ecc512..2db9e30c9 100755 --- a/testsuite/synth/func01/testsuite.sh +++ b/testsuite/synth/func01/testsuite.sh @@ -2,7 +2,7 @@ . ../../testenv.sh -for t in func01 func02 func03 func04 func05 func06 func07 func08b; do +for t in func01 func02 func03 func04 func05 func06 func07 func08b func08; do analyze $t.vhdl tb_$t.vhdl elab_simulate tb_$t clean |