f6f4715012672179696ef2a87a20a7b10bf4b9cf
[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 check_PROGRAMS = \
7         histogram_test
8
9 TESTS = $(check_PROGRAMS)
10
11 histogram_test_SOURCES = HistogramTest.cpp
12 histogram_test_LDADD = $(ldadd)