Update to Catch2 v3
parent
004f5e7543
commit
44e47c975f
|
@ -28,7 +28,7 @@ target_link_libraries(tests
|
||||||
zm
|
zm
|
||||||
${ZM_BIN_LIBS}
|
${ZM_BIN_LIBS}
|
||||||
bcrypt
|
bcrypt
|
||||||
Catch2::Catch2)
|
Catch2::Catch2WithMain)
|
||||||
|
|
||||||
target_include_directories(tests
|
target_include_directories(tests
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CATCH_CONFIG_MAIN
|
#define CATCH_CONFIG_MAIN
|
||||||
#include "catch2/catch.hpp"
|
#include "catch2/catch_all.hpp"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#ifndef ZONEMINDER_TESTS_ZM_CATCH2_H_
|
#ifndef ZONEMINDER_TESTS_ZM_CATCH2_H_
|
||||||
#define ZONEMINDER_TESTS_ZM_CATCH2_H_
|
#define ZONEMINDER_TESTS_ZM_CATCH2_H_
|
||||||
|
|
||||||
#include "catch2/catch.hpp"
|
#include "catch2/catch_all.hpp"
|
||||||
|
|
||||||
#include "zm_vector2.h"
|
#include "zm_vector2.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue