1
Fork 0
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:
Robin Burchell 2019-07-21 16:12:24 +02:00 committed by Andreas Kling
parent 3b588b7dc0
commit a3213659dd
2 changed files with 39 additions and 16 deletions

View file

@ -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