From: Marcus Holland-Moritz <mhx@fb.com>
Date: Tue, 14 Jun 2016 23:47:40 +0000 (-0700)
Subject: Add conv_benchmark target to Makefile.am
X-Git-Tag: 2016.07.26~142
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=55c9d0bdae2f6f77233b3f95809c781e470eccd6;p=folly.git

Add conv_benchmark target to Makefile.am

Summary: It's useful to be able to build & run the benchmark.

Differential Revision: D3433731

fbshipit-source-id: c37bd5be3da0f89d4792747857d2e7548aea08ba
---

diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am
index 15d25e33..987db2ee 100644
--- 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