From: Yedidya Feldblum Date: Thu, 9 Nov 2017 05:19:56 +0000 (-0800) Subject: Fix folly/test/Makefile.am X-Git-Tag: v2017.11.13.00~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=67811c1b1209adff20d3bb40fa82039101e0ae9a;p=folly.git Fix folly/test/Makefile.am Summary: [Folly] Fix `folly/test/Makefile.am`. Closes #709. Reviewed By: meyering Differential Revision: D6282009 fbshipit-source-id: 0f2a992e92d4b94a535f29341920c9f2959819d7 --- 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