Fix ElfFile crashing when opening short (<64 bytes) files.
[folly.git] / folly / chrono / 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         conv_test
8
9 TESTS = $(check_PROGRAMS)
10
11 conv_test_SOURCES = ConvTest.cpp
12 conv_test_LDADD = $(ldadd)