check: simple Makefile target.

This makes it much easier to run all the test scripts.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2015-09-29 17:02:02 +09:30
parent 1ac08e3b11
commit 845d09ce68
4 changed files with 31 additions and 12 deletions

6
test-cli/scripts/shutdown.sh Executable file
View File

@@ -0,0 +1,6 @@
#! /bin/sh -e
. `dirname $0`/vars.sh
$CLI stop
sleep 1 # Make sure socket is closed.