Fix make check
authorDave Watson <davejwatson@fb.com>
Fri, 4 Apr 2014 19:17:54 +0000 (12:17 -0700)
committerptarjan <ptarjan@fb.com>
Wed, 9 Apr 2014 03:59:29 +0000 (20:59 -0700)
Summary: Fix make check.  Benchmark.cpp was included twice, eventfd doesn't exist anymore.

Test Plan: autoreconf -i; ./configure; make check on ubuntu

Reviewed By: pgriess@fb.com

FB internal diff: D1259706

folly/Makefile.am
folly/test/Makefile.am

index ceccd4828f28a43764372880e476539265e9cbb1..235387c2489a73b466dd2b1a4f5d1e9c9196f42f 100644 (file)
@@ -167,7 +167,6 @@ GroupVarintTables.cpp: build/generate_varint_tables.py
 CLEANFILES += GroupVarintTables.cpp
 
 libfolly_la_SOURCES = \
-       Benchmark.cpp \
        Bits.cpp \
        Conv.cpp \
        Demangle.cpp \
index 57494e3251497ba0dbb1b1b0137a106c38d0fd91..4d9d083fed78606409f80a06e2686e1370a7150c 100644 (file)
@@ -61,12 +61,6 @@ fbstring_test_using_jemalloc_SOURCES = FBStringTest.cpp
 fbstring_test_using_jemalloc_LDADD = libgtestmain.la $(top_builddir)/libfollybenchmark.la $(top_builddir)/libfolly.la
 TESTS += fbstring_test_using_jemalloc
 
-if HAVE_LINUX
-eventfd_test_SOURCES = EventFDTest.cpp
-eventfd_test_LDADD = libgtestmain.la $(top_builddir)/libfollybenchmark.la $(top_builddir)/libfolly.la
-TESTS += eventfd_test
-endif
-
 thread_cached_int_test_SOURCES = ThreadCachedIntTest.cpp
 thread_cached_int_test_LDADD = libgtestmain.la $(top_builddir)/libfollybenchmark.la $(top_builddir)/libfolly.la