From 0a36cea9dc5e191d7ffe702e64ae69873a76a5bd Mon Sep 17 00:00:00 2001 From: Daniel Bertalan Date: Sat, 14 Aug 2021 13:56:28 +0200 Subject: [PATCH] Tests: Re-enable UserspaceEmulator tests on the Clang build Now that problems that made UE crash have been fixed, this test should now pass. --- Tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 68fe9ba80b5..e22f1b8e6f2 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -15,7 +15,7 @@ add_subdirectory(LibSQL) add_subdirectory(LibUnicode) add_subdirectory(LibWasm) add_subdirectory(LibWeb) -if (${SERENITY_ARCH} STREQUAL "i686" AND NOT USE_CLANG_TOOLCHAIN) +if (${SERENITY_ARCH} STREQUAL "i686") add_subdirectory(UserspaceEmulator) endif() add_subdirectory(LibCrypto)