Fix library name for thread_local_test in open source builds
authorGuobao Sun <gsun@fb.com>
Tue, 20 Dec 2016 03:19:45 +0000 (19:19 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 20 Dec 2016 03:33:10 +0000 (19:33 -0800)
commit0a0da5299f9dfc424c7af64e0948575866429452
tree9a5a0919f47509eaaf96dae99b87ede0f461ae37
parent9589f4c4bc06e4bc72f0e5a3501b18a871b0e9be
Fix library name for thread_local_test in open source builds

Summary: Test case ThreadLocal.SharedLibrary is failing due to looking for "thread_local_test_lib.so", while the actual .so generated is "lib_thread_local_test.so". Change Makefile.am to conform it.

Reviewed By: Orvid

Differential Revision: D4350758

fbshipit-source-id: 9a2a23325059ed71529821620398ffa6ed84f83e
folly/test/Makefile.am