Fix Build: conditionally_existent_test in folly/test/Makefile.am
authorYedidya Feldblum <yfeldblum@fb.com>
Mon, 8 Feb 2016 02:14:17 +0000 (18:14 -0800)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Mon, 8 Feb 2016 03:20:25 +0000 (19:20 -0800)
Summary:
[Folly] Fix Build: `conditionally_existent_test` in `folly/test/Makefile.am`.

HT: https://github.com/shindo.

Reviewed By: meyering

Differential Revision: D2910782

fb-gh-sync-id: 9593f026e7c58b8644abc5996da65005bcc2d095

folly/test/Makefile.am

index 8c305dd7008704cedd0074de74502115799928ae..deb2e69faffa432734c0d323aa28515a5df7a5bd 100644 (file)
@@ -159,7 +159,7 @@ string_test_SOURCES = StringTest.cpp
 string_test_LDADD = libfollytestmain.la
 TESTS += string_test
 
-conditionally_existent_test_SOURCES = ConditionallyExistent.cpp
+conditionally_existent_test_SOURCES = ConditionallyExistentTest.cpp
 conditionally_existent_test_LDADD = libfollytestmain.la
 TESTS += conditionally_existent_test