Skip to content

Commit 72946e1

Browse files
committed
build: don't install bitcoin_bench/test_bitcoin-qt
1 parent e8a8f3d commit 72946e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ LIBBITCOINCONSENSUS=
7272
endif
7373

7474
bin_PROGRAMS =
75+
noinst_PROGRAMS =
7576
TESTS =
7677
BENCHMARKS =
7778

src/Makefile.bench.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bin_PROGRAMS += bench/bench_bitcoin
1+
noinst_PROGRAMS += bench/bench_bitcoin
22
BENCH_SRCDIR = bench
33
BENCH_BINARY = bench/bench_bitcoin$(EXEEXT)
44

src/Makefile.qttest.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bin_PROGRAMS += qt/test/test_bitcoin-qt
1+
noinst_PROGRAMS += qt/test/test_bitcoin-qt
22
TESTS += qt/test/test_bitcoin-qt
33

44
TEST_QT_MOC_CPP = qt/test/moc_uritests.cpp

0 commit comments

Comments
 (0)