build: secp256k1 as a subdir, since it's required

This commit is contained in:
Cory Fields
2014-11-05 20:56:45 -05:00
committed by Pieter Wuille
parent 0dc8613864
commit 4300876c81
2 changed files with 7 additions and 3 deletions

View File

@@ -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{" > $@