diff options
-rwxr-xr-x | testsuite/gna/issue98/testsuite.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gna/issue98/testsuite.sh b/testsuite/gna/issue98/testsuite.sh index b8e3cd710..56eecc66e 100755 --- a/testsuite/gna/issue98/testsuite.sh +++ b/testsuite/gna/issue98/testsuite.sh @@ -3,8 +3,8 @@ . ../../testenv.sh analyze test_load.vhdl -$GHDL --vpi-compile gcc -c vpi1.c -$GHDL --vpi-link gcc -o vpi1.vpi vpi1.o +$GHDL --vpi-compile -v gcc -c vpi1.c +$GHDL --vpi-link -v gcc -o vpi1.vpi vpi1.o elab_simulate test_load --vpi=vpi1.vpi |