diff options
author | Andrew Kaster <andrewdkaster@gmail.com> | 2021-05-15 20:13:31 -0600 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-16 21:58:14 +0100 |
commit | cfdd231a4d6036e27da584bf633bd60ff215193e (patch) | |
tree | e37a4fd0d17f1517bd8ff4c4c1cefda3e438897c /Documentation/BuildInstructions.md | |
parent | ac1d87b9905ba9e321642c9915e78c2a7bbee557 (diff) | |
download | serenity-cfdd231a4d6036e27da584bf633bd60ff215193e.zip |
Documentation: Add Sanitizer section to RunningTests
Also, add link to RunningTests BuildInstructions, and clean up stale
commands in RunningTests to align to current build strategies.
Diffstat (limited to 'Documentation/BuildInstructions.md')
-rw-r--r-- | Documentation/BuildInstructions.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 8a47ed331f..8eb398607a 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -267,6 +267,11 @@ For the changes to take effect, SerenityOS needs to be recompiled and the disk i To add a package from the ports collection to Serenity, for example curl, go into `Ports/curl/` and run `./package.sh`. The sourcecode for the package will be downloaded and the package will be built. After that, rebuild the disk image. The next time you start Serenity, `curl` will be available. +## Tests + +For information on running host and target tests, see [Running Tests](RunningTests.md). The documentation there explains the difference between host tests run with Lagom and +target tests run on SerenityOS. It also contains useful information for debugging CI test failures. + ## Customize disk image To add, modify or remove files of the disk image's file system, e.g. to change the default keyboard layout, you can create a shell script with the name `sync-local.sh` in the project root, with content like this: |