aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d7486eb..cee54eb 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ $(SERVICE_FILES): $(builddir)/%.service: $(srcdir)/%.service
@mkdir -vp $(dir $@)
sed "s|@bindir@|$(bindir)|" <"$<" >"$@"
-test:
+check: $(PROGRAMS)
$(srcdir)/tests/certs/generate
INTERIMAP_I=$(srcdir)/lib INTERIMAP_PATH=$(builddir) $(srcdir)/tests/run-all
@@ -97,4 +97,4 @@ clean:
rm -vf -- $(PROGRAMS) $(MANUAL_FILES) $(HTML_FILES) $(SERVICE_FILES)
-rmdir -vp --ignore-fail-on-non-empty -- $(builddir)/doc
-.PHONY: all all-nodoc manual html doc test release install uninstall clean
+.PHONY: all all-nodoc manual html doc check release install uninstall clean