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.osx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/makefile.osx') diff --git a/src/makefile.osx b/src/makefile.osx index 2666caa918..547f751aba 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -116,6 +116,9 @@ endif all: bitcoind +test check: test_bitcoin FORCE + ./test_bitcoin + # auto-generated dependencies: -include obj/*.P -include obj-test/*.P -- cgit v1.2.3