Give makefiles 'test' and 'check' targets to compile and run unit tests
This commit is contained in:
@@ -132,6 +132,9 @@ OBJS= \
|
||||
|
||||
all: bitcoind
|
||||
|
||||
test check: test_bitcoin FORCE
|
||||
./test_bitcoin
|
||||
|
||||
# auto-generated dependencies:
|
||||
-include obj/*.P
|
||||
-include obj-test/*.P
|
||||
|
||||
Reference in New Issue
Block a user