Update to Catch2 v3

pull/3988/head
Isaac Connor 2024-05-08 14:16:05 -04:00
parent 004f5e7543
commit 44e47c975f
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ target_link_libraries(tests
zm
${ZM_BIN_LIBS}
bcrypt
Catch2::Catch2)
Catch2::Catch2WithMain)
target_include_directories(tests
PRIVATE

View File

@ -16,4 +16,4 @@
*/
#define CATCH_CONFIG_MAIN
#include "catch2/catch.hpp"
#include "catch2/catch_all.hpp"

View File

@ -18,7 +18,7 @@
#ifndef ZONEMINDER_TESTS_ZM_CATCH2_H_
#define ZONEMINDER_TESTS_ZM_CATCH2_H_
#include "catch2/catch.hpp"
#include "catch2/catch_all.hpp"
#include "zm_vector2.h"