Merge pull request #6733
7072c54Support very-fast-running benchmarks (Gavin Andresen)535ed92Simple benchmarking framework (Gavin Andresen)
This commit is contained in:
@@ -64,6 +64,7 @@ endif
|
||||
|
||||
bin_PROGRAMS =
|
||||
TESTS =
|
||||
BENCHMARKS =
|
||||
|
||||
if BUILD_BITCOIND
|
||||
bin_PROGRAMS += bitcoind
|
||||
@@ -439,6 +440,10 @@ if ENABLE_TESTS
|
||||
include Makefile.test.include
|
||||
endif
|
||||
|
||||
if ENABLE_BENCH
|
||||
include Makefile.bench.include
|
||||
endif
|
||||
|
||||
if ENABLE_QT
|
||||
include Makefile.qt.include
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user