Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-14 | Everywhere: Get rid of the fbdev kernel boot argument remainders | Liav A | |
2022-05-25 | Documentation: Add `ninja` command to example | EWouters | |
This is needed for the next command to work. | |||
2022-03-20 | Everywhere: Move tests to /home/anon/Tests | Brian Gianforcaro | |
2022-01-07 | Everywhere: Fix many spelling errors | mjz19910 | |
2021-10-25 | SystemServer: Rename 'BootModes' config option to 'SystemModes' | Ben Wiederhake | |
2021-10-25 | Kernel+SystemServer: Change bootmode to system_mode | Ben 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-25 | Kernel: Separate panic behavior from bootmode | Ben Wiederhake | |
Bootmode used to control panic behavior and SystemServer. This patch factors panic behavior control into a separate flag. | |||
2021-10-25 | Kernel: Separate framebuffers from bootmode | Ben 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-15 | Documentation: Document new SuperBuild build infrastructure | Andrew Kaster | |
Add additional clarification for the CMake cache, and add missing extra targets as well. | |||
2021-08-12 | Userland: Fix PATH environment variable ordering | Jean-Baptiste Boric | |
2021-05-17 | Everywhere: Fix a bunch of typos | Linus Groh | |
2021-05-16 | Documentation: Add Sanitizer section to RunningTests | Andrew Kaster | |
Also, add link to RunningTests BuildInstructions, and clean up stale commands in RunningTests to align to current build strategies. | |||
2021-05-11 | Documentation: Fix broken link to Meta/Lagom/ReadMe.md | Vladislav Vorobev | |
2021-04-18 | Everywhere: Fix a bunch of typos | Linus Groh | |
2021-02-28 | Documentation: Add RunningTests document | Andrew Kaster | |
This page explains how to run host tests with Lagom and on-target tests with run-tests-and-shutdown.sh |