From c91c4e4b8a0e0e913801bc063a4eff43bd9dea27 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 1 Aug 2014 10:43:18 +0200 Subject: Makefile: Add usage of build-checks step Allows building checks without running them --- Makefile.am | 4 ++++ common | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9472d37..943262e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,9 +27,13 @@ check-valgrind: if HAVE_CHECK check-torture: cd tests/check && make torture +build-checks: + cd tests/check && make build-checks else check-torture: true +build-checks: + true endif include $(top_srcdir)/common/coverage/lcov.mak diff --git a/common b/common index 1f5d3c3..36388a1 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 1f5d3c3163cc3399251827235355087c2affa790 +Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb -- cgit v1.2.3