mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +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
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