]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Add support for Catch2 62873/head
authorJesse F. Williamson <jfw@ibm.com>
Wed, 16 Apr 2025 21:56:14 +0000 (14:56 -0700)
committerJesse F. Williamson <nerd.cpp@gmail.com>
Fri, 2 May 2025 17:54:58 +0000 (10:54 -0700)
commit12664b615eda50ac289667f68d702a7f4cadb802
treee735f23804c782e2c8dae1d0a5a4744992ebf139
parente9525ee0cd75be635b7cf717ce7e835baeb6989d
Add support for Catch2

Makes Catch2 available for C++ unit tests;
Adds GPM script availability to CMake.
Adds rudimentary test for rgw_hex.

Signed-off-by: Jesse F. Williamson <jfw@ibm.com>
CMakeLists.txt
cmake/modules/CPM.cmake [new file with mode: 0644]
src/test/CMakeLists.txt
src/test/common/CMakeLists.txt
src/test/rgw/CMakeLists.txt
src/test/rgw/test_rgw_hex.cc [new file with mode: 0644]