X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FMakefile.am;h=1399315f2aa7fd2a8a86e431b50665414de9b104;hp=60fdea584dbb9142c928fda43286d9311ae7f351;hb=14d85244f8b72912c44ff43ccdd5e55c0b84c9e2;hpb=0be5c0a490a250b05590c62a9c70b6f654bfb546 diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index 60fdea58..1399315f 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -96,6 +96,9 @@ TESTS += fbstring_test_using_jemalloc thread_cached_int_test_SOURCES = ThreadCachedIntTest.cpp thread_cached_int_test_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la +thread_id_test_SOURCES = ThreadIdTest.cpp +thread_id_test_LDADD = libfollytestmain.la + thread_local_test_SOURCES = ThreadLocalTest.cpp thread_local_test_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la thread_local_test_LDFLAGS = -ldl