diff options
author | Nico Weber <thakis@chromium.org> | 2023-01-31 14:00:43 -0500 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2023-02-01 08:56:56 -0500 |
commit | 9bb469f32406f4f5d1468a7b23de5198a54525b1 (patch) | |
tree | 011763bf8b18a83cf99fa6159e4f98a714e0dd63 /Meta/Lagom | |
parent | c8832807d62e8301b5ff63151ad4c0534c463152 (diff) | |
download | serenity-9bb469f32406f4f5d1468a7b23de5198a54525b1.zip |
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.
Diffstat (limited to 'Meta/Lagom')
-rw-r--r-- | Meta/Lagom/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index aba20e6b4e..1291bf0d51 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -569,6 +569,7 @@ if (BUILD_LAGOM) LibCrypto LibCompress LibGL + LibGfx LibLocale LibMarkdown LibPDF |