Give makefiles 'test' and 'check' targets to compile and run unit tests
This commit is contained in:
@@ -116,6 +116,9 @@ endif
|
||||
|
||||
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