mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
HACKING.md: Update rec'd test cmd to full-check
Otherwise you won't run `check-source` and your Travis build will fail on you. Also remove comment about how it's currently disabled cuz that's a lie.
This commit is contained in:
committed by
Rusty Russell
parent
5b2e829b4f
commit
2327f04b54
@@ -172,7 +172,7 @@ PYTEST_PAR=n - runs pytests in parallel
|
|||||||
|
|
||||||
A modern desktop can build and run through all the tests in a couple of minutes with:
|
A modern desktop can build and run through all the tests in a couple of minutes with:
|
||||||
|
|
||||||
make -j12 check PYTEST_PAR=24 DEVELOPER=1 VALGRIND=0
|
make -j12 full-check PYTEST_PAR=24 DEVELOPER=1 VALGRIND=0
|
||||||
|
|
||||||
Adjust `-j` and `PYTEST_PAR` accordingly for your hardware.
|
Adjust `-j` and `PYTEST_PAR` accordingly for your hardware.
|
||||||
|
|
||||||
@@ -180,7 +180,7 @@ There are three kinds of tests:
|
|||||||
|
|
||||||
* **source tests** - run by `make check-source`, looks for whitespace,
|
* **source tests** - run by `make check-source`, looks for whitespace,
|
||||||
header order, and checks formatted quotes from BOLTs if BOLTDIR
|
header order, and checks formatted quotes from BOLTs if BOLTDIR
|
||||||
exists (currently disabled, since BOLTs are being re-edited).
|
exists.
|
||||||
|
|
||||||
* **unit tests** - standalone programs that can be run individually.
|
* **unit tests** - standalone programs that can be run individually.
|
||||||
They are `run-*.c` files in test/ subdirectories used to test routines
|
They are `run-*.c` files in test/ subdirectories used to test routines
|
||||||
|
|||||||
Reference in New Issue
Block a user