mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 15:30:09 +00:00
Tests: Enable LibTest, LibTextCodec and LibUnicode tests on Windows
This commit is contained in:
parent
edeef940b6
commit
47da627653
Notes:
github-actions[bot]
2025-06-17 22:20:40 +00:00
Author: https://github.com/stasoid
Commit: 47da627653
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4960
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,10 @@ add_subdirectory(LibDiff)
|
|||
add_subdirectory(LibGC)
|
||||
add_subdirectory(LibJS)
|
||||
add_subdirectory(LibRegex)
|
||||
add_subdirectory(LibTest)
|
||||
add_subdirectory(LibTextCodec)
|
||||
add_subdirectory(LibThreading)
|
||||
add_subdirectory(LibUnicode)
|
||||
add_subdirectory(LibURL)
|
||||
|
||||
# FIXME: Increase support for building targets on Windows
|
||||
|
@ -15,10 +18,7 @@ endif()
|
|||
|
||||
add_subdirectory(LibCore)
|
||||
add_subdirectory(LibDNS)
|
||||
add_subdirectory(LibTest)
|
||||
add_subdirectory(LibTextCodec)
|
||||
add_subdirectory(LibTLS)
|
||||
add_subdirectory(LibUnicode)
|
||||
add_subdirectory(LibWasm)
|
||||
add_subdirectory(LibXML)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue