Rusty Russell
bbd1bbd931
state: remove anchor timeout.
We'll bring it back as a block-based timeout at the end.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Rusty Russell
d3dc5508ad
test.sh: run normal tests first.
That shows up obvious breakage, so do it first.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Rusty Russell
8477bd5a5f
test: allow three variants in parallel with parallel make.
This means running 3 bitcoinds, which is slow enough to start on my laptop
that I need to increase the startup wait for 30 to 60 seconds, and similarly
the test.sh check loop.
Before: real 13m42.868s
After: real 8m19.563s (make -j3)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Rusty Russell
208beab529
test: setup bitcoind once, then run lightning tests.
On my build machine, times are:
Before: real 22m10.425s
After: real 17m56.862s
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Rusty Russell
8b7fa1b663
test: fix dependencies so we generate headers.
Revealed by "make check" on a freshly checked out tree.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Rusty Russell
c11c81a920
daemon: first unit test, infrastructure.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
9 years ago