From d5cec9d43e2113ed2ab72b5f506be81193df10f8 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 31 Jul 2014 18:32:03 +0200 Subject: Makefile: Add usage of build-checks step Allows building checks without running them --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 900342bb9..823c4cb44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,12 +89,18 @@ check-valgrind: check-torture: cd tests/check && make torture + +build-checks: + cd tests/check && make build-checks else check-valgrind: echo "'check' library not installed, skipping" check-torture: echo "'check' library not installed, skipping" + +build-checks: + echo "'check' library not installed, skipping" endif # FIXME: this target should be run every time we do "make release" -- cgit v1.2.3