From 922619988d0392d365bc48767183a218baf0def9 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 7 Oct 2023 17:42:22 +0800 Subject: Recover build. Remove test discovery in emscripten. --- test/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/common') 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) -- cgit v1.2.3