Fix Build: folly/test/ThreadLocalTest
authorYedidya Feldblum <yfeldblum@fb.com>
Tue, 24 Nov 2015 02:45:15 +0000 (18:45 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Tue, 24 Nov 2015 03:20:20 +0000 (19:20 -0800)
commit442584e7897a6a0117c53818564494ba936dbf12
treea775d80897ebe371d1672283f08f78032f244150
parentaba93096336d84d7862e2c8e17b8d5806457edf0
Fix Build: folly/test/ThreadLocalTest

Summary: [Folly] Fix Build: `folly/test/ThreadLocalTest`.

The problem is that the to the shared lib used in the test is hardcoded. It's a relative path, so that's nice, but it has too many assumptions about where the build system deposits test binaries.

Instead, let the code simply look for the shared lib in the same directory as the test binary. This makes fewer assumptions on the build system.

Reviewed By: andriigrynenko

Differential Revision: D2689047

fb-gh-sync-id: 648da079b7af5bc9893709d009e577347dd4a463
folly/test/ThreadLocalTest.cpp