We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a8f3d commit 72946e1Copy full SHA for 72946e1
src/Makefile.am
@@ -72,6 +72,7 @@ LIBBITCOINCONSENSUS=
72
endif
73
74
bin_PROGRAMS =
75
+noinst_PROGRAMS =
76
TESTS =
77
BENCHMARKS =
78
src/Makefile.bench.include
@@ -1,4 +1,4 @@
1
-bin_PROGRAMS += bench/bench_bitcoin
+noinst_PROGRAMS += bench/bench_bitcoin
2
BENCH_SRCDIR = bench
3
BENCH_BINARY = bench/bench_bitcoin$(EXEEXT)
4
src/Makefile.qttest.include
-bin_PROGRAMS += qt/test/test_bitcoin-qt
+noinst_PROGRAMS += qt/test/test_bitcoin-qt
TESTS += qt/test/test_bitcoin-qt
TEST_QT_MOC_CPP = qt/test/moc_uritests.cpp
0 commit comments