From 67811c1b1209adff20d3bb40fa82039101e0ae9a Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Wed, 8 Nov 2017 21:19:56 -0800 Subject: [PATCH] Fix folly/test/Makefile.am Summary: [Folly] Fix `folly/test/Makefile.am`. Closes #709. Reviewed By: meyering Differential Revision: D6282009 fbshipit-source-id: 0f2a992e92d4b94a535f29341920c9f2959819d7 --- folly/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index 4bf6b29d..697fd742 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -329,7 +329,7 @@ function_test_LDADD = libfollytestmain.la TESTS += function_test rvalue_reference_wrapper_test_SOURCES = \ - ../lang/RValueReferenceWrapperTest.cpp + ../lang/test/RValueReferenceWrapperTest.cpp rvalue_reference_wrapper_test_LDADD = libfollytestmain.la TESTS += rvalue_reference_wrapper_test -- 2.34.1