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/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/CMakeLists.txt')
-rw-r--r-- | test/platform/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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) |