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/toml | |
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/toml')
-rw-r--r-- | test/toml/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/toml/CMakeLists.txt b/test/toml/CMakeLists.txt index 172a540b..a0909349 100644 --- a/test/toml/CMakeLists.txt +++ b/test/toml/CMakeLists.txt @@ -3,4 +3,4 @@ add_executable(CruTomlTest ) target_link_libraries(CruTomlTest PRIVATE CruToml CruTestBase) -catch_discover_tests(CruTomlTest) +cru_catch_discover_tests(CruTomlTest) |