diff options
author | Edward Hervey <edward@collabora.com> | 2014-08-01 10:43:18 +0200 |
---|---|---|
committer | Edward Hervey <edward@collabora.com> | 2014-08-01 10:43:18 +0200 |
commit | c91c4e4b8a0e0e913801bc063a4eff43bd9dea27 (patch) | |
tree | 73fa5a2a292ee40fb16e64ad1f6dee78560bdebf | |
parent | 84e79f1771326e5125cf11eca1bfb44d5cf74e38 (diff) |
Makefile: Add usage of build-checks step
Allows building checks without running them
-rw-r--r-- | Makefile.am | 4 | ||||
m--------- | common | 0 |
2 files changed, 4 insertions, 0 deletions
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 -Subproject 1f5d3c3163cc3399251827235355087c2affa79 +Subproject 36388a18d37d72f9633bf1a8c06d18d310d215b |