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:
parent
09cef25e92
commit
0a36cea9dc
Notes:
sideshowbarker
2024-07-18 06:55:02 +09:00
Author: https://github.com/BertalanD Commit: https://github.com/SerenityOS/serenity/commit/0a36cea9dc5 Pull-request: https://github.com/SerenityOS/serenity/pull/9411
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue