Added all test dependencies to libprocess' tests target.

We rely on some additional tools beyond the currently listed being
present. Since they are already listed in `check_PROGRAMS` to make
`make check` work, just reuse that variable here instead of expanding
the full list by hand.

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


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

Branch: refs/heads/master
Commit: c1cdb8141a714a0a761421d3b67036f5da9f9e78
Parents: f638df2
Author: Benjamin Bannier <benjamin.bann...@mesosphere.io>
Authored: Thu Oct 13 15:34:10 2016 -0400
Committer: Kapil Arya <ka...@mesosphere.io>
Committed: Thu Oct 13 15:34:10 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/c1cdb814/3rdparty/libprocess/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/Makefile.am b/3rdparty/libprocess/Makefile.am
index f91155b..7131989 100644
--- a/3rdparty/libprocess/Makefile.am
+++ b/3rdparty/libprocess/Makefile.am
@@ -307,7 +307,7 @@ check-local: tests
        $(TEST_DRIVER) ./libprocess-tests
 
 tests: all $(BUNDLED_DEPS)
-       $(MAKE) $(AM_MAKEFLAGS) libprocess-tests benchmarks
+       $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 
 # TODO(benh): Fix shared builds (tests need libglog, libev, etc).
 

Reply via email to