Skip to content

Commit

Permalink
Added parallel test runner to distribution.
Browse files Browse the repository at this point in the history
This commit add the parallel test runner to the distributed files.

Review: https://reviews.apache.org/r/59730/
  • Loading branch information
bbannier authored and bmahler committed Jun 1, 2017
1 parent a692494 commit d87f496
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ all-recursive: src/python/setup.py \

# Standard stuff.
EXTRA_DIST += bootstrap LICENSE NOTICE README.md \
support/atexit.sh support/colors.sh
support/atexit.sh support/colors.sh \
support/mesos-gtest-runner.py

# On install, pip fetches and installs all missing dependencies. When running
# distcheck, this behavior ends up installing files that we are not able to
Expand Down

0 comments on commit d87f496

Please sign in to comment.