Specialize and implement setThreadName only on some platforms
[folly.git] / folly / test / Makefile.am
index 81076c59536a34b8d8fb3dace6e9bbc11ed14df1..3b9913b9386e36ad990dd4ff28f0c5c0676950a0 100644 (file)
@@ -188,6 +188,10 @@ token_bucket_test_SOURCES = TokenBucketTest.cpp
 token_bucket_test_LDADD = libgtest.la $(top_builddir)/libfolly.la $(top_builddir)/libfollybenchmark.la
 TESTS += token_bucket_test
 
+thread_name_test_SOURCES = ThreadNameTest.cpp
+thread_name_test_LDADD = ligtest.la $(top_builddir)/libfolly.la
+TESTS += thread_name_test
+
 
 futures_test_SOURCES = \
     ../futures/test/CollectTest.cpp \