Browse Source

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.
json-streaming
lisa neigut 7 years ago
committed by Rusty Russell
parent
commit
2327f04b54
  1. 4
      doc/HACKING.md

4
doc/HACKING.md

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

Loading…
Cancel
Save