CI: Enable tests under auto/wasm on Wasm platform

Change-Id: Ib017f59b06cc5a7df73ad9f9a0c036670d6458b0
Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Piotr Wierciński 2023-08-25 09:51:51 +02:00
parent 735a864360
commit c95555e9f7

View File

@ -59,6 +59,7 @@ endif()
if(WASM)
add_subdirectory(corelib/serialization)
add_subdirectory(corelib/text)
add_subdirectory(wasm)
return()
endif()