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:
parent
3497722a9d
commit
33ae1af79a
1 changed files with 4 additions and 0 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue