Commit bf456432 authored by Nils Goroll's avatar Nils Goroll

Only run checks if we can

parent 06569444
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
AUTOMAKE_OPTIONS = subdir-objects AUTOMAKE_OPTIONS = subdir-objects
if BUILD_VMOD
VMOD_TESTS = $(srcdir)/@TESTDIR@/*.vtc VMOD_TESTS = $(srcdir)/@TESTDIR@/*.vtc
.PHONY: $(VMOD_TESTS) .PHONY: $(VMOD_TESTS)
...@@ -14,3 +15,7 @@ check: $(VMOD_TESTS) ...@@ -14,3 +15,7 @@ check: $(VMOD_TESTS)
EXTRA_DIST = \ EXTRA_DIST = \
$(VMOD_TESTS) $(VMOD_TESTS)
else
check:
@ echo NOTICE: Can only run checks when building the vmod
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment