projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f61c4a4
)
add forgotten apply_tuple_test to Makefile.am
v2016.08.15.00
author
Sven Over
<over@fb.com>
Sun, 14 Aug 2016 19:34:11 +0000
(12:34 -0700)
committer
Facebook Github Bot 5
<facebook-github-bot-5-bot@fb.com>
Sun, 14 Aug 2016 19:38:33 +0000
(12:38 -0700)
Summary:
ApplyTupleTest.cpp was never added to Makefile.am. This commit fixes
that.
Reviewed By: yfeldblum
Differential Revision:
D3715213
fbshipit-source-id:
e1e914438d44affb6fe683614506338c3a3355c6
folly/test/Makefile.am
patch
|
blob
|
history
diff --git
a/folly/test/Makefile.am
b/folly/test/Makefile.am
index 1427a354df0774a06b252ba295cf0048f60cb9a3..99d2e3bb5161b21bc5a689e0b09737a452dda450 100644
(file)
--- a/
folly/test/Makefile.am
+++ b/
folly/test/Makefile.am
@@
-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)