----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55006/ -----------------------------------------------------------
Review request for mesos, Alex Clemmer and Joseph Wu. Repository: mesos Description ------- Currently CMake generates test binaries named `stout_tests`, `process_tests` (underscores), and `mesos-tests` (dash). We should simply follow the naming from autotools and call them `stout-tests`, `libprocess-tests`, and `mesos-tests`. Diffs ----- src/tests/CMakeLists.txt b034f1b88337b003d01450eadd262b9bc763545c Diff: https://reviews.apache.org/r/55006/diff/ Testing ------- `cmake --build . -- -j 6` ``` $ find . -name "*[-_]tests" ./3rdparty/libprocess/src/tests/libprocess-tests ./3rdparty/stout/tests/stout-tests ./src/mesos-tests ``` Thanks, Michael Park
