From: Yedidya Feldblum Date: Wed, 15 Nov 2017 23:52:02 +0000 (-0800) Subject: Fix wrong source name in tests Makefile X-Git-Tag: v2017.11.20.00~9 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=76cae471730faf4fcdaa4b3a6df35727910932f7;hp=76328b6ed4e32235858e312d34b7abaed994584b 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 --- 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