diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,4 +31,6 @@ add_subdirectory(src) add_subdirectory(test) + +add_subdirectory(contrib/devtools) add_subdirectory(doc) diff --git a/Makefile.am b/Makefile.am --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ export PYTHONPATH -.PHONY: deploy FORCE +.PHONY: deploy check-devtools FORCE GZIP_ENV="-9n" @@ -274,3 +274,11 @@ clean-local: rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP) rm -rf test/functional/__pycache__ + +DEVTOOLS_TESTS = \ + contrib/devtools/chainparams/test_make_chainparams.py + +check-devtools: $(DEVTOOLS_TESTS) + cd $(