From 2327f04b54ab3ac45f4bb40a08f645781669f829 Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Thu, 20 Sep 2018 14:37:59 -0700 Subject: [PATCH] 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. --- doc/HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/HACKING.md b/doc/HACKING.md index bdfb8488f..71f09f94a 100644 --- a/doc/HACKING.md +++ b/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: - 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. @@ -180,7 +180,7 @@ There are three kinds of tests: * **source tests** - run by `make check-source`, looks for whitespace, 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. They are `run-*.c` files in test/ subdirectories used to test routines