diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-11-05 20:56:45 -0500 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-11-18 18:06:47 +0100 |
commit | 4300876c81c03f90a6f1dfca675e74bc0bcf46a5 (patch) | |
tree | 43429d0a4e647c452bc442ef90630574cc862d0c /src/Makefile.test.include | |
parent | 0dc8613864052172447d32338f4492669918cefa (diff) |
build: secp256k1 as a subdir, since it's required
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index da5c746cc2..79509c9a3e 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -104,6 +104,9 @@ bitcoin_test_check: $(TEST_BINARY) FORCE bitcoin_test_clean : FORCE rm -f $(CLEAN_BITCOIN_TEST) $(test_test_bitcoin_OBJECTS) $(TEST_BINARY) +check-local: + $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check + %.json.h: %.json @$(MKDIR_P) $(@D) @echo "namespace json_tests{" > $@ |