]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: add WITH_GTEST_PARALLEL option
authorKefu Chai <kchai@redhat.com>
Fri, 15 Jun 2018 05:54:31 +0000 (13:54 +0800)
committerErwan Velu <erwan@redhat.com>
Fri, 15 Jun 2018 13:55:15 +0000 (15:55 +0200)
commit4c0a2b9373d0d6e22a762832f95fab52394f5c5c
tree376132cbc66fbdccd95248058484a5f693625f6f
parent13bc625b5f06f91031127eccb0c94e0a71c24374
cmake: add WITH_GTEST_PARALLEL option

and remove src/test/gtest-parallel submodule, because gtest-parallel is
only useful for running tests. and not all end-users are interested in
running test not to mention running them in parallel. so, to avoid
including gtest-parallel scripts in the dist tarball. it'd be better to
make it optional, and an external project.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/AddCephTest.cmake