Tests: Re-enable UserspaceEmulator tests on the Clang build

Now that problems that made UE crash have been fixed, this test should
now pass.
This commit is contained in:
Daniel Bertalan 2021-08-14 13:56:28 +02:00 committed by Andreas Kling
parent 09cef25e92
commit 0a36cea9dc

View file

@ -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)