about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3326aff..70707ce 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -58,6 +58,7 @@ lib/unicorn_http.$(DLEXT): $(ext)/unicorn_http.$(DLEXT)
         install -m644 $< $@
 http: lib/unicorn_http.$(DLEXT)
 
+test-install: $(test_prefix)/.stamp
 $(test_prefix)/.stamp: $(inst_deps)
         mkdir -p $(test_prefix)/.ccache
         tar cf - $(inst_deps) GIT-VERSION-GEN | \
@@ -282,3 +283,4 @@ gem install-gem: GIT-VERSION-FILE
 endif
 
 .PHONY: .FORCE-GIT-VERSION-FILE doc $(T) $(slow_tests) manifest man
+.PHONY: test-install