Adds writer test case for RCU
[folly.git] / folly / experimental / io / 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         fs_util_test
8
9 TESTS = $(check_PROGRAMS)
10
11 fs_util_test_SOURCES = FsUtilTest.cpp
12 fs_util_test_LDADD = $(ldadd)