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
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