From 922619988d0392d365bc48767183a218baf0def9 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 7 Oct 2023 17:42:22 +0800 Subject: Recover build. Remove test discovery in emscripten. --- test/platform/graphics/direct2d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/platform/graphics/direct2d') diff --git a/test/platform/graphics/direct2d/CMakeLists.txt b/test/platform/graphics/direct2d/CMakeLists.txt index 66a07d15..db740b3d 100644 --- a/test/platform/graphics/direct2d/CMakeLists.txt +++ b/test/platform/graphics/direct2d/CMakeLists.txt @@ -3,4 +3,4 @@ add_executable(CruPlatformGraphicsDirect2dTest ) target_link_libraries(CruPlatformGraphicsDirect2dTest PRIVATE CruPlatformGraphicsDirect2d CruTestBase) -catch_discover_tests(CruPlatformGraphicsDirect2dTest) +cru_catch_discover_tests(CruPlatformGraphicsDirect2dTest) -- cgit v1.2.3