summaryrefslogtreecommitdiff
path: root/Documentation/RunningTests.md
AgeCommit message (Collapse)Author
2022-08-14Everywhere: Get rid of the fbdev kernel boot argument remaindersLiav A
2022-05-25Documentation: Add `ninja` command to exampleEWouters
This is needed for the next command to work.
2022-03-20Everywhere: Move tests to /home/anon/TestsBrian Gianforcaro
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-10-25SystemServer: Rename 'BootModes' config option to 'SystemModes'Ben Wiederhake
2021-10-25Kernel+SystemServer: Change bootmode to system_modeBen Wiederhake
'bootmode' now only controls which set of services are started by SystemServer, so it is more appropriate to rename it to system_mode, and no longer validate it in the Kernel.
2021-10-25Kernel: Separate panic behavior from bootmodeBen Wiederhake
Bootmode used to control panic behavior and SystemServer. This patch factors panic behavior control into a separate flag.
2021-10-25Kernel: Separate framebuffers from bootmodeBen Wiederhake
Bootmode used to control framebuffers, panic behavior, and SystemServer. This patch factors framebuffer control into a separate flag. Note that the combination 'bootmode=self-test fbdev=on' leads to unexpected behavior, which can only be fixed in a later commit.
2021-09-15Documentation: Document new SuperBuild build infrastructureAndrew Kaster
Add additional clarification for the CMake cache, and add missing extra targets as well.
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-05-16Documentation: Add Sanitizer section to RunningTestsAndrew Kaster
Also, add link to RunningTests BuildInstructions, and clean up stale commands in RunningTests to align to current build strategies.
2021-05-11Documentation: Fix broken link to Meta/Lagom/ReadMe.mdVladislav Vorobev
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-02-28Documentation: Add RunningTests documentAndrew Kaster
This page explains how to run host tests with Lagom and on-target tests with run-tests-and-shutdown.sh