From 33ae1af79ae9a09b1a13be4fdb115dfb5c56d664 Mon Sep 17 00:00:00 2001 From: minlemon Date: Tue, 22 Apr 2025 19:14:40 +0000 Subject: [PATCH] Add how to run unit tests after compile instructions --- doc/compiling/linux.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/compiling/linux.md b/doc/compiling/linux.md index 946d88dac..7984d34d7 100644 --- a/doc/compiling/linux.md +++ b/doc/compiling/linux.md @@ -90,6 +90,10 @@ Run it: ./bin/luanti +Run unit tests: + + ./bin/luanti --run-unittests + - Use `cmake . -LH` to see all CMake options and their current state. - If you want to install it system-wide (or are making a distribution package), you will want to use `-DRUN_IN_PLACE=FALSE`.