diff --git a/Documentation/RunningTests.md b/Documentation/RunningTests.md index 4a7ae8f90d..3df54d0b6c 100644 --- a/Documentation/RunningTests.md +++ b/Documentation/RunningTests.md @@ -28,6 +28,7 @@ to the root of the serenity source tree when running on a non-SerenityOS host. # /path/to/serenity repository export SERENITY_SOURCE_DIR=${PWD} cd Build/lagom +ninja ninja test ```