diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-04-16 17:49:33 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-04-16 17:49:33 +0200 |
commit | 2d9e127f4c20928a9f5c24e00b7c2d38248897d5 (patch) | |
tree | 0e1421eff7953a8413124f147e74385b9ae28ca0 /testsuite/gna/issue1228 | |
parent | 87a7bc3cdc20d1a4ac04d41fcea795387a02281f (diff) | |
download | ghdl-2d9e127f4c20928a9f5c24e00b7c2d38248897d5.tar.gz ghdl-2d9e127f4c20928a9f5c24e00b7c2d38248897d5.tar.bz2 ghdl-2d9e127f4c20928a9f5c24e00b7c2d38248897d5.zip |
Adjust a previous test.
Diffstat (limited to 'testsuite/gna/issue1228')
-rwxr-xr-x | testsuite/gna/issue1228/testsuite.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gna/issue1228/testsuite.sh b/testsuite/gna/issue1228/testsuite.sh index 8f6ae63f1..9ddee2e05 100755 --- a/testsuite/gna/issue1228/testsuite.sh +++ b/testsuite/gna/issue1228/testsuite.sh @@ -12,8 +12,8 @@ if ghdl_has_feature test_load vpi; then PATH="$PATH:$vpi_lib" fi - $GHDL --vpi-compile -v gcc -c vpi1.c - $GHDL --vpi-link -v gcc -o vpi1.vpi vpi1.o + $GHDL --vpi-compile -v gcc $CFLAGS -c vpi1.c + $GHDL --vpi-link -v gcc $CFLAGS -o vpi1.vpi vpi1.o simulate test_load --vpi=./vpi1.vpi |