mirror of
https://github.com/corda/corda.git
synced 2024-12-18 12:46:29 +00:00
11 lines
466 B
Markdown
11 lines
466 B
Markdown
|
# Corda Build
|
||
|
|
||
|
## Build Environment Variables
|
||
|
|
||
|
CORDA_CORE_TESTING_FORKS : Number of JVMS to fork for running unit tests in :core
|
||
|
|
||
|
CORDA_NODE_INT_TESTING_FORKS : Number of JVMS to fork for running integration tests in :node
|
||
|
CORDA_NODE_TESTING_FORKS : Number of JVMS to fork for running unit tests in :node
|
||
|
|
||
|
CORDA_INT_TESTING_FORKS : Global number of JVMS to fork for running integration tests
|
||
|
CORDA_TESTING_FORKS : Global number of JVMS to fork for running unit tests
|