Skip to content

Commit

Permalink
Added all test dependencies to libprocess' tests target.
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
bbannier authored and karya0 committed Jan 25, 2017
1 parent 65d9124 commit c673fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/libprocess/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ check-local: tests
./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).

Expand Down

0 comments on commit c673fdd

Please sign in to comment.