projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5bdf4a
)
Add conv_benchmark target to Makefile.am
author
Marcus Holland-Moritz
<mhx@fb.com>
Tue, 14 Jun 2016 23:47:40 +0000
(16:47 -0700)
committer
Facebook Github Bot 5
<facebook-github-bot-5-bot@fb.com>
Tue, 14 Jun 2016 23:53:27 +0000
(16:53 -0700)
Summary: It's useful to be able to build & run the benchmark.
Differential Revision:
D3433731
fbshipit-source-id:
c37bd5be3da0f89d4792747857d2e7548aea08ba
folly/test/Makefile.am
patch
|
blob
|
history
diff --git
a/folly/test/Makefile.am
b/folly/test/Makefile.am
index 15d25e3388d7bfbe8dd69ca91565e9e4612baac3..987db2ee42ef633db1dc7840881bab6ea2d8d4b1 100644
(file)
--- a/
folly/test/Makefile.am
+++ b/
folly/test/Makefile.am
@@
-151,6
+151,10
@@
concurrent_skiplist_benchmark_SOURCES = ConcurrentSkipListBenchmark.cpp
concurrent_skiplist_benchmark_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la
check_PROGRAMS += concurrent_skiplist_benchmark
+conv_benchmark_SOURCES = ConvBenchmark.cpp
+conv_benchmark_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la
+check_PROGRAMS += conv_benchmark
+
histogram_test_SOURCES = HistogramTest.cpp
histogram_test_LDADD = libfollytestmain.la
TESTS += histogram_test