add forgotten apply_tuple_test to Makefile.am
[folly.git] / folly / test / Makefile.am
index 1427a354df0774a06b252ba295cf0048f60cb9a3..99d2e3bb5161b21bc5a689e0b09737a452dda450 100644 (file)
@@ -293,4 +293,8 @@ mallctl_helper_test_SOURCES = MallctlHelperTest.cpp
 mallctl_helper_test_LDADD = libfollytestmain.la
 TESTS += mallctl_helper_test
 
+apply_tuple_test_SOURCES = ApplyTupleTest.cpp
+apply_tuple_test_LDADD = libfollytestmain.la
+TESTS += apply_tuple_test
+
 check_PROGRAMS += $(TESTS)