mirror of
https://github.com/ceph/ceph
synced 2025-01-15 07:23:16 +00:00
37b82b8793
Temporary removal of the cmake test integration Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
5 lines
123 B
CMake
5 lines
123 B
CMake
if(WITH_TESTS)
|
|
include(AddCephTest)
|
|
# add_tox_test(prometheus-alerts ${CMAKE_CURRENT_SOURCE_DIR} TOX_ENVS py3)
|
|
endif()
|