mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-15 10:50:40 +00:00
Meta: Build and run Tests/LibGfx in lagom builds
They can be run using Meta/serenity.sh test lagom TestFontHandling which will build _all_ test binaries and then run TestFontHandling. There's also Meta/serenity.sh run lagom TestFontHandling which will build just TestFontHandling and run it, but currently in a way that it doesn't pass. Finally, manually doing Meta/serenity.sh build lagom TestFontHandling followed by (cd Tests/LibGfx; ../../Build/lagom/Tests/LibGfx/TestFontHandling) will build and then run just that one test in a way that makes the test pass.
This commit is contained in:
parent
c8832807d6
commit
9bb469f324
Notes:
sideshowbarker
2024-07-17 00:57:36 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/9bb469f324 Pull-request: https://github.com/SerenityOS/serenity/pull/17261
1 changed files with 1 additions and 0 deletions
|
@ -569,6 +569,7 @@ if (BUILD_LAGOM)
|
|||
LibCrypto
|
||||
LibCompress
|
||||
LibGL
|
||||
LibGfx
|
||||
LibLocale
|
||||
LibMarkdown
|
||||
LibPDF
|
||||
|
|
Loading…
Reference in a new issue