aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2022-03-13 07:15:33 +0100
committertgingold <tgingold@users.noreply.github.com>2022-03-13 08:58:34 +0100
commite59396cf31a30c7c8ba6480ea02e34bfde97e4c9 (patch)
tree37c5f09d2c35673a8cda103414a8b894b9c2e011 /Makefile.in
parentaff48727a4d0ad4058b7d43a86ebd6ed24b9cc6d (diff)
downloadghdl-e59396cf31a30c7c8ba6480ea02e34bfde97e4c9.tar.gz
ghdl-e59396cf31a30c7c8ba6480ea02e34bfde97e4c9.tar.bz2
ghdl-e59396cf31a30c7c8ba6480ea02e34bfde97e4c9.zip
mk: Add test target dependency on install.vpi.local
This fixes some test errors when running `make test` right after a build.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d736d46d8..5ad6423f5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -561,6 +561,7 @@ uninstall.vpi:
$(RM) -f $(DESTDIR)$(incdir)/vpi_user.h
$(RM) -f $(DESTDIR)$(incdir)/vhpi_user.h
+test: install.vpi.local
install.vpi.local: all.vpi
$(MKDIR) -p $(incdirsuffix) lib
$(INSTALL_DATA) -p $(GRTSRCDIR)/vpi_user.h $(incdirsuffix)