fix the ThreadLocal test in open source builds
authorAdam Simpkins <simpkins@fb.com>
Fri, 1 Jul 2016 22:02:40 +0000 (15:02 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Fri, 1 Jul 2016 22:08:34 +0000 (15:08 -0700)
commitdf7b6d2a825043fdd63214ea55db803df3826eed
tree1d057366babe52c095367b68907505f1b1402677
parent0b14cc4f48bebe930814601f9c11e01ec733bf81
fix the ThreadLocal test in open source builds

Summary:
The ThreadLocalTest has been broken in open source builds ever since D2678401,
because Makefile.am was never updated to build the helper shared library needed
by the test.

This updates Makefile.am to build the shared library.

Reviewed By: yfeldblum

Differential Revision: D3511125

fbshipit-source-id: 4684dbc32acf6ffbfc07079da91a1da480259502
folly/test/Makefile.am