You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ka...@apache.org on 2016/07/05 19:00:25 UTC

[05/12] mesos git commit: Stout: `make tests` now automatically builds dependencies.

Stout: `make tests` now automatically builds dependencies.

Earlier, doing `make tests` within stout failed if bundled
dependencies were not already built.

Review: https://reviews.apache.org/r/47756/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f79660b6
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f79660b6
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f79660b6

Branch: refs/heads/master
Commit: f79660b6f757f85441bc58303ed1b505a2b4b740
Parents: e722645
Author: Kapil Arya <ka...@mesosphere.io>
Authored: Tue Jul 5 16:23:11 2016 +0200
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Tue Jul 5 14:23:41 2016 -0400

----------------------------------------------------------------------
 3rdparty/stout/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/f79660b6/3rdparty/stout/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/stout/Makefile.am b/3rdparty/stout/Makefile.am
index 7688d5d..58547c5 100644
--- a/3rdparty/stout/Makefile.am
+++ b/3rdparty/stout/Makefile.am
@@ -183,7 +183,8 @@ BUILT_SOURCES = $(BUNDLED_DEPS)
 check-local: tests
 	./stout-tests
 
-tests: stout-tests
+tests: $(BUNDLED_DEPS)
+	$(MAKE) $(AM_MAKEFLAGS) stout-tests
 
 all-local: Makefile