From fa7ca8ef58bf3e3b91d1f5a67fa42008e63b1f7b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 16 Jan 2019 11:49:01 -0500 Subject: qa: Add test/fuzz/test_runner.py --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9a6e15f0dd..f4e4dc98be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -220,7 +220,11 @@ endif dist_noinst_SCRIPTS = autogen.sh -EXTRA_DIST = $(DIST_SHARE) test/functional/test_runner.py test/functional $(DIST_CONTRIB) $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS) +EXTRA_DIST = $(DIST_SHARE) $(DIST_CONTRIB) $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS) + +EXTRA_DIST += \ + test/functional \ + test/fuzz EXTRA_DIST += \ test/util/bitcoin-util-test.py \ -- cgit v1.2.3