diff --git a/tests/Makefile b/tests/Makefile index 9751499975762a29a9c09a0f6e31edeb4aa29887..3aa0d359e11ea8d5863aeca9fc304e9769f02e6e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -91,6 +91,9 @@ RUN_TESTS = $(addprefix run_, $(patsubst -,_,$(TESTS))) all: $(STAMPS) $(ARCHIVES) $(CONFIGS) $(VERSIONS) $(LATEST_VERSIONS) +install: + # Empty target, nothing to install + run_test-%: test-% ./$<