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/common | |
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/common')
-rw-r--r-- | test/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/CMakeLists.txt b/test/common/CMakeLists.txt index 85049357..650e82a9 100644 --- a/test/common/CMakeLists.txt +++ b/test/common/CMakeLists.txt @@ -20,4 +20,4 @@ if (WIN32) ) endif() -catch_discover_tests(CruBaseTest) +cru_catch_discover_tests(CruBaseTest) |