aboutsummaryrefslogtreecommitdiff
path: root/test/platform
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-07 17:42:22 +0800
committercrupest <crupest@outlook.com>2023-10-07 17:42:22 +0800
commit922619988d0392d365bc48767183a218baf0def9 (patch)
tree146cd0f75bc24d0f6f0f1b8c11b9318ef8db9645 /test/platform
parentae2ae81374792cb78259104b9cbc3e0fef5e6471 (diff)
downloadcru-922619988d0392d365bc48767183a218baf0def9.tar.gz
cru-922619988d0392d365bc48767183a218baf0def9.tar.bz2
cru-922619988d0392d365bc48767183a218baf0def9.zip
Recover build. Remove test discovery in emscripten.
Diffstat (limited to 'test/platform')
-rw-r--r--test/platform/CMakeLists.txt2
-rw-r--r--test/platform/graphics/cairo/CMakeLists.txt2
-rw-r--r--test/platform/graphics/direct2d/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt
index 6a26214b..6a6f81e5 100644
--- a/test/platform/CMakeLists.txt
+++ b/test/platform/CMakeLists.txt
@@ -12,4 +12,4 @@ if (UNIX AND NOT EMSCRIPTEN)
add_subdirectory(graphics/cairo)
endif()
-catch_discover_tests(CruPlatformBaseTest)
+cru_catch_discover_tests(CruPlatformBaseTest)
diff --git a/test/platform/graphics/cairo/CMakeLists.txt b/test/platform/graphics/cairo/CMakeLists.txt
index 5d055aa2..273e6ebd 100644
--- a/test/platform/graphics/cairo/CMakeLists.txt
+++ b/test/platform/graphics/cairo/CMakeLists.txt
@@ -3,4 +3,4 @@ add_executable(CruPlatformGraphicsCairoTest
)
target_link_libraries(CruPlatformGraphicsCairoTest PRIVATE CruPlatformGraphicsCairo CruTestBase)
-catch_discover_tests(CruPlatformGraphicsCairoTest)
+cru_catch_discover_tests(CruPlatformGraphicsCairoTest)
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)