Pull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6
[folly.git] / folly / experimental / io / test / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 TESTS = iobuf_test \
4         iobuf_cursor_test
5
6 check_PROGRAMS = $(TESTS)
7
8 iobuf_test_SOURCES = IOBufTest.cpp
9 iobuf_test_LDADD = $(top_builddir)/libfollyio.la
10
11 iobuf_cursor_test_SOURCES = IOBufCursorTest.cpp
12 iobuf_cursor_test_LDADD = $(top_builddir)/libfollyio.la $(top_builddir)/libfollybenchmark.la