fix build due to stats test refactor
[folly.git] / folly / stats / test / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 CPPFLAGS = -I$(top_srcdir)/test/gtest/googletest/include
4 ldadd = $(top_builddir)/test/libfollytestmain.la
5
6 libgtest_la_SOURCES = gtest/googletest/src/gtest-all.cc
7
8 check_PROGRAMS = \
9         histogram_test
10
11 TESTS = $(check_PROGRAMS)
12
13 histogram_test_SOURCES = HistogramTest.cpp
14 histogram_test_LDADD = $(ldadd)