diff options
author | crupest <crupest@outlook.com> | 2023-10-07 17:42:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-07 17:42:22 +0800 |
commit | 922619988d0392d365bc48767183a218baf0def9 (patch) | |
tree | 146cd0f75bc24d0f6f0f1b8c11b9318ef8db9645 /test/platform/graphics/direct2d/CMakeLists.txt | |
parent | ae2ae81374792cb78259104b9cbc3e0fef5e6471 (diff) | |
download | cru-922619988d0392d365bc48767183a218baf0def9.tar.gz cru-922619988d0392d365bc48767183a218baf0def9.tar.bz2 cru-922619988d0392d365bc48767183a218baf0def9.zip |
Recover build. Remove test discovery in emscripten.
Diffstat (limited to 'test/platform/graphics/direct2d/CMakeLists.txt')
-rw-r--r-- | test/platform/graphics/direct2d/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |