From c95555e9f7f703263ae3784efa0796d6804144c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wierci=C5=84ski?= Date: Fri, 25 Aug 2023 09:51:51 +0200 Subject: [PATCH] CI: Enable tests under auto/wasm on Wasm platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib017f59b06cc5a7df73ad9f9a0c036670d6458b0 Reviewed-by: MikoĊ‚aj Boc Reviewed-by: Qt CI Bot --- tests/auto/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt index 6d441e2bc47..0aee639c3eb 100644 --- a/tests/auto/CMakeLists.txt +++ b/tests/auto/CMakeLists.txt @@ -59,6 +59,7 @@ endif() if(WASM) add_subdirectory(corelib/serialization) add_subdirectory(corelib/text) + add_subdirectory(wasm) return() endif()