From 59598ded15a489e9103eade3f9f4d263dd75390f Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Sun, 8 May 2022 18:26:10 +0200 Subject: [PATCH] Documentation: Add `ninja` command to example This is needed for the next command to work. --- Documentation/RunningTests.md | 1 + 1 file changed, 1 insertion(+) 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 ```