-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49921/
-----------------------------------------------------------
(Updated Aug. 8, 2016, 5:24 a.m.)
Review request for mesos, Alex Clemmer and Joseph Wu.
Bugs: MESOS-5792
https://issues.apache.org/jira/browse/MESOS-5792
Repository: mesos
Description (updated)
-------
This patch builds <BUILD-DIR>/src/mesos-tests
This patch adds all test sources, categorize them so that some are run
in environment with Java, on Unix, etc. Patch allows to run all the
tests that are enabled on a platform by simply running the mesos-tests
executable.
Diffs (updated)
-----
src/CMakeLists.txt 1286ee08fe2d60867326a1f2585f054c20b52208
src/tests/CMakeLists.txt 1ea8b2102753ae294bd75706ffaf08308e928acd
src/tests/cmake/MesosTestsConfigure.cmake
361032082c3a5f76b949dc7981f75b53e02d84f5
Diff: https://reviews.apache.org/r/49921/diff/
Testing
-------
cmake .. && make
src/tests/mesos-tests (runs 723 tests with no failures)
I did not enable any module that has even a single failue. There are many more
tests that are passing.
Thanks,
Srinivas Brahmaroutu