mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
AK: Run host tests on make
Restructure the makefile a little so it only builds objects once, and then run them on make clean. This is a little slower (since we're relinking tests each makeall), but it also ensures that it will work.
This commit is contained in:
parent
3b588b7dc0
commit
a3213659dd
Notes:
sideshowbarker
2024-07-19 13:06:01 +09:00
Author: https://github.com/rburchell
Commit: a3213659dd
Pull-request: https://github.com/SerenityOS/serenity/pull/358
2 changed files with 39 additions and 16 deletions
|
@ -66,6 +66,8 @@ done
|
|||
|
||||
# has no need to build separately, but install headers.
|
||||
(cd ../AK && ./install.sh)
|
||||
(cd ../AK/Tests && $make_cmd clean)
|
||||
(cd ../AK/Tests && $make_cmd)
|
||||
|
||||
sudo -E ./build-image-qemu.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue