Copyright 2012 -> 2013
[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