diff options
| author | MarcoFalke <[email protected]> | 2019-01-16 11:49:01 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-02-13 17:12:28 -0500 |
| commit | fa7ca8ef58bf3e3b91d1f5a67fa42008e63b1f7b (patch) | |
| tree | 2bb0b1b63931c12593aafded53b4021fe566ab32 /src/Makefile.test.include | |
| parent | Merge #15373: Move ParseConfirmTarget from rpc/mining to rpc/util (diff) | |
| download | discoin-fa7ca8ef58bf3e3b91d1f5a67fa42008e63b1f7b.tar.xz discoin-fa7ca8ef58bf3e3b91d1f5a67fa42008e63b1f7b.zip | |
qa: Add test/fuzz/test_runner.py
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 12112375e..f40a205a7 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -2,7 +2,6 @@ # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. -bin_PROGRAMS += test/test_bitcoin FUZZ_TARGETS = \ test/fuzz/address_deserialize \ @@ -28,6 +27,8 @@ FUZZ_TARGETS = \ if ENABLE_FUZZ noinst_PROGRAMS += $(FUZZ_TARGETS:=) +else +bin_PROGRAMS += test/test_bitcoin endif TEST_SRCDIR = test |