projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3159b37
)
Makefile: Add usage of build-checks step
author
Edward Hervey
<edward@collabora.com>
Fri, 1 Aug 2014 08:46:44 +0000
(10:46 +0200)
committer
Edward Hervey
<edward@collabora.com>
Fri, 1 Aug 2014 08:46:44 +0000
(10:46 +0200)
Allows building checks without running them
Makefile.am
patch
|
blob
|
history
common
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 8b4b6055c1f02868d54e047a246b0e621c3bfafb..d331c8d3be6d088080d7a3433421faa676dc7979 100644
(file)
--- 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
index 211fa5f2d0930dfd6891b386d42edba6d88c2a19..36388a18d37d72f9633bf1a8c06d18d310d215bb 160000
(submodule)
--- a/
common
+++ b/
common
@@
-1
+1
@@
-Subproject commit
211fa5f2d0930dfd6891b386d42edba6d88c2a19
+Subproject commit
36388a18d37d72f9633bf1a8c06d18d310d215bb