1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:57:34 +00:00

Documentation: Fix broken link to Meta/Lagom/ReadMe.md

This commit is contained in:
Vladislav Vorobev 2021-05-11 22:26:33 +03:00 committed by Linus Groh
parent c5c9494f48
commit e87eaa3991

View file

@ -1,7 +1,7 @@
## Running SerenityOS Tests ## Running SerenityOS Tests
There are two classes of tests built during a Serenity build: host tests and target tests. Host tests run on the build There are two classes of tests built during a Serenity build: host tests and target tests. Host tests run on the build
machine, and use [Lagom](../Meta/Lagom/README.md) to build Serenity userspace libraries for the host platform. Target machine, and use [Lagom](../Meta/Lagom/ReadMe.md) to build Serenity userspace libraries for the host platform. Target
tests run on the Serenity machine, either emulated or bare metal. tests run on the Serenity machine, either emulated or bare metal.
### Running Host Tests ### Running Host Tests