summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2014-08-01 10:46:44 +0200
committerEdward Hervey <edward@collabora.com>2014-08-01 10:46:44 +0200
commitbad8eca332df47d21485c4c9afb6db0a7996673f (patch)
tree769f93f949676e116a5b4e8043876d444e8c860d
parent3159b374b9d4b73d20667667f8fd843fa319e9e9 (diff)
Makefile: Add usage of build-checks step
Allows building checks without running them
-rw-r--r--Makefile.am4
m---------common0
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b4b605..d331c8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,9 +31,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
# cruft: plugins that have been merged or moved or renamed
diff --git a/common b/common
-Subproject 211fa5f2d0930dfd6891b386d42edba6d88c2a1
+Subproject 36388a18d37d72f9633bf1a8c06d18d310d215b