diff options
author | Lukas Vik <2767848-LukasVik@users.noreply.gitlab.com> | 2020-11-17 11:26:54 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-11-21 08:35:18 +0100 |
commit | 277ca7463070d1250a3168ce01762149bd0fb445 (patch) | |
tree | c47cf21e2aafffe68a2d10eeed5c7d68ee762c5b /testsuite/gna/issue1256 | |
parent | 59113550786db33cde37db76c916b9fbdd88e009 (diff) | |
download | ghdl-277ca7463070d1250a3168ce01762149bd0fb445.tar.gz ghdl-277ca7463070d1250a3168ce01762149bd0fb445.tar.bz2 ghdl-277ca7463070d1250a3168ce01762149bd0fb445.zip |
Skip some test if gcc is not installed
Diffstat (limited to 'testsuite/gna/issue1256')
-rwxr-xr-x | testsuite/gna/issue1256/testsuite.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/issue1256/testsuite.sh b/testsuite/gna/issue1256/testsuite.sh index 33226a0ef..c2cff4957 100755 --- a/testsuite/gna/issue1256/testsuite.sh +++ b/testsuite/gna/issue1256/testsuite.sh @@ -5,7 +5,7 @@ analyze enum_test.vhdl elab enum_test -if ghdl_has_feature enum_test vpi; then +if c_compiler_is_available && ghdl_has_feature enum_test vpi; then add_vpi_path $GHDL --vpi-compile -v gcc -c vpi_plugin.c |