aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 082596174..3d229c4e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -291,7 +291,7 @@ install.gcc: install.grt
uninstall.gcc: uninstall.grt
test.gcc:
- cd $(srcdir)/testsuite; GHDL=$(GHDL_GCC_BIN) ./testsuite.sh
+ cd $(srcdir)/testsuite; GHDL=$(GHDL_GCC_BIN) GHWDUMP=$(CURDIR)/ghwdump$(EXEEXT) ./testsuite.sh
#################### For gcc backend - development only (local build) ####