From 76cae471730faf4fcdaa4b3a6df35727910932f7 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Wed, 15 Nov 2017 15:52:02 -0800 Subject: [PATCH 1/1] Fix wrong source name in tests Makefile Summary: [Folly] Fix wrong source name in tests `Makefile.am`. Closes #714. Reviewed By: Orvid Differential Revision: D6340209 fbshipit-source-id: 88da57fb4d663071eb578efec50c7e162b0c03d1 --- 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 719b7560..9a47a30b 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -82,7 +82,7 @@ sorted_vector_types_test_SOURCES = sorted_vector_test.cpp sorted_vector_types_test_LDADD = libfollytestmain.la TESTS += sorted_vector_types_test -container_access_test_SOURCES = ../container/test/AccessTets.cpp +container_access_test_SOURCES = ../container/test/AccessTest.cpp container_access_test_LDADD = libfollytestmain.la TESTS += container_access_test -- 2.34.1