1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add how to run unit tests after compile instructions

This commit is contained in:
minlemon 2025-04-22 19:14:40 +00:00 committed by sfence
parent 3497722a9d
commit 33ae1af79a

View file

@ -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`.