From 8f09e4cac48005af431f1c341060e11130f41422 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 18 Sep 2012 11:38:19 -0400 Subject: Give makefiles 'test' and 'check' targets to compile and run unit tests --- src/makefile.unix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/makefile.unix') diff --git a/src/makefile.unix b/src/makefile.unix index 37a1917973..6f8f96e3af 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -132,6 +132,9 @@ OBJS= \ all: bitcoind +test check: test_bitcoin FORCE + ./test_bitcoin + # auto-generated dependencies: -include obj/*.P -include obj-test/*.P -- cgit v1.2.3