From: Vikas Kumar Date: Thu, 14 Jul 2016 18:11:43 +0000 (-0700) Subject: s/PortabilityTimeTest.cpp/TimeTest.cpp X-Git-Tag: 2016.07.26~51 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8ba9a001f1e7289b7f6ab3165d34bbe6a738514a;p=folly.git s/PortabilityTimeTest.cpp/TimeTest.cpp Summary: The test file in `../portability/test` is named `TimeTest.cpp`. Makefile refers to it as `PortabilityTimeTest.cpp`. Possibly a typo. Or the test file should be renamed to `PortabilityTimeTest.cpp`. Closes https://github.com/facebook/folly/pull/438 Reviewed By: yfeldblum Differential Revision: D3558452 Pulled By: Orvid fbshipit-source-id: 0cee874b63e98e671153c507f42a7a3b9d8084c1 --- diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index fbd2d9ed..d11b13d6 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -229,7 +229,7 @@ indestructible_test_SOURCES = IndestructibleTest.cpp indestructible_test_LDADD = libfollytestmain.la TESTS += indestructible_test -portability_time_test_SOURCES = ../portability/test/PortabilityTimeTest.cpp +portability_time_test_SOURCES = ../portability/test/TimeTest.cpp portability_time_test_LDADD = libfollytestmain.la TESTS += portability_time_test