make check: run all the tests.

We can't run them in parallel, but we can at least have 'make check'
run them all.

Developers should be running "make check-source && make check".

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-02-02 13:34:08 +10:30
parent 05cf3160d4
commit a02f1e10c4
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,4 @@
# FIXME: check doesn't cover lightningd-blackbox-tests, since they
# can't run in parallel with daemon blackbox tests.
check: lightningd/tests #lightningd-blackbox-tests
check: lightningd/tests
# Note that these actually #include everything they need, except ccan/ and bitcoin/.
# That allows for unit testing of statics, and special effects.