From d311af49636a7f976b804bc92b1431d8d96ebc61 Mon Sep 17 00:00:00 2001 From: Even Oscar Andersen Date: Wed, 7 Feb 2024 13:27:39 +0100 Subject: [PATCH] wasm: Add missing test io/qtbuffer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9b656c92c57c9206e8e01eff38a26cd72ef5c511 Reviewed-by: Morten Johan Sørvig --- tests/auto/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt index c9f31e8109..e714c5c8c2 100644 --- a/tests/auto/CMakeLists.txt +++ b/tests/auto/CMakeLists.txt @@ -58,6 +58,7 @@ endif() if(WASM) add_subdirectory(corelib/io/qdataurl) + add_subdirectory(corelib/io/qbuffer) add_subdirectory(corelib/io/qsettings) add_subdirectory(corelib/serialization) add_subdirectory(corelib/text)