mirror of
https://github.com/darlinghq/darling-docs.git
synced 2024-11-23 12:29:50 +00:00
Add instructions for building the unit tests.
Add instructions for building the unit tests. I saw this discussed in the Discord chat and realised it wasn't mentioned in the docs, so I thought I might as well add it.
This commit is contained in:
parent
7a38eddf8e
commit
58a65a4082
@ -163,7 +163,12 @@ If you still want to build JavaScriptCore and have a bit of RAM to spare, JavaSc
|
||||
### Debug Builds
|
||||
|
||||
By default, CMake setups up a non-debug, non-release build.
|
||||
If you run LLDB and encounter messages indicating a lack of debug symbols, make sure you are doing a debug build. To do this, use the `-DCMAKE_BUILD_TYPE=Debug`.
|
||||
If you run LLDB and encounter messages indicating a lack of debug symbols, make sure you are doing a debug build. To do this, use `-DCMAKE_BUILD_TYPE=Debug`.
|
||||
|
||||
### Unit tests
|
||||
|
||||
Darling has a limited number of unit tests. These are not currently built by default, but this can be enabled with '-DENABLE_TESTS=1'.
|
||||
These tests are then installed to /usr/libexec within your Darling container.
|
||||
|
||||
### Additional, Non-standard Binaries
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user