X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FMakefile.am;h=e140d61f0c28ca1b1bdb4faa4897155a7aa8b642;hp=60fdea584dbb9142c928fda43286d9311ae7f351;hb=44df8f5610adc2ab83dd1af966568aa1a1414cd2;hpb=0be5c0a490a250b05590c62a9c70b6f654bfb546 diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index 60fdea58..e140d61f 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -49,6 +49,10 @@ array_test_SOURCES = ArrayTest.cpp array_test_LDADD = libfollytestmain.la TESTS += array_test +constexpr_math_test_SOURCES = ConstexprMathTest.cpp +constexpr_math_test_LDADD = libfollytestmain.la +TESTS += constexpr_math_test + if RUN_ARCH_SPECIFIC_TESTS small_locks_test_SOURCES = SmallLocksTest.cpp small_locks_test_LDADD = libfollytestmain.la @@ -88,6 +92,8 @@ check_PROGRAMS += foreach_benchmark hash_test_SOURCES = HashTest.cpp hash_test_LDADD = libfollytestmain.la +invoke_test_SOURCES = ../functional/test/InvokeTest.cpp +invoke_test_LDADD = libfollytestmain.la fbstring_test_using_jemalloc_SOURCES = FBStringTest.cpp fbstring_test_using_jemalloc_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la @@ -96,6 +102,10 @@ 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 = system/test/ThreadIdTest.cpp +thread_id_test_LDADD = libfollytestmain.la +TESTS += thread_id_test + thread_local_test_SOURCES = ThreadLocalTest.cpp thread_local_test_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la thread_local_test_LDFLAGS = -ldl @@ -157,6 +167,10 @@ synchronized_test_SOURCES = SynchronizedTest.cpp synchronized_test_LDADD = libfollytestmain.la TESTS += synchronized_test +synchronized_ptr_test_SOURCES = SynchronizedPtrTest.cpp +synchronized_ptr_test_LDADD = libfollytestmain.la +TESTS += synchronized_ptr_test + lock_traits_test_SOURCES = LockTraitsTest.cpp lock_traits_test_LDADD = libfollytestmain.la TESTS += lock_traits_test @@ -173,10 +187,6 @@ conv_benchmark_SOURCES = ConvBenchmark.cpp conv_benchmark_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la check_PROGRAMS += conv_benchmark -histogram_test_SOURCES = HistogramTest.cpp -histogram_test_LDADD = libfollytestmain.la -TESTS += histogram_test - group_varint_test_SOURCES = GroupVarintTest.cpp group_varint_test_LDADD = libfollytestmain.la TESTS += group_varint_test @@ -217,11 +227,11 @@ portability_test_SOURCES = PortabilityTest.cpp portability_test_LDADD = libfollytestmain.la TESTS += portability_test -spooky_hash_v1_test_SOURCES = SpookyHashV1Test.cpp +spooky_hash_v1_test_SOURCES = ../hash/test/SpookyHashV1Test.cpp spooky_hash_v1_test_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la TESTS += spooky_hash_v1_test -spooky_hash_v2_test_SOURCES = SpookyHashV2Test.cpp +spooky_hash_v2_test_SOURCES = ../hash/test/SpookyHashV2Test.cpp spooky_hash_v2_test_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la TESTS += spooky_hash_v2_test @@ -229,7 +239,7 @@ token_bucket_test_SOURCES = TokenBucketTest.cpp token_bucket_test_LDADD = libfollytestmain.la $(top_builddir)/libfollybenchmark.la TESTS += token_bucket_test -thread_name_test_SOURCES = ThreadNameTest.cpp +thread_name_test_SOURCES = system/ThreadNameTest.cpp thread_name_test_LDADD = libfollytestmain.la TESTS += thread_name_test @@ -249,6 +259,11 @@ portability_constexpr_test_SOURCES = ../portability/test/ConstexprTest.cpp portability_constexpr_test_LDADD = libfollytestmain.la TESTS += portability_constexpr_test +portability_openssl_test_SOURCES = ../portability/test/OpenSSLPortabilityTest.cpp +portability_openssl_test_LDADD = libfollytestmain.la +TESTS += portability_openssl_test + + try_test_SOURCES = TryTest.cpp try_test_LDADD = libfollytestmain.la TESTS += try_test @@ -265,9 +280,9 @@ futures_test_SOURCES = \ ../futures/test/CallbackLifetimeTest.cpp \ ../futures/test/CollectTest.cpp \ ../futures/test/ContextTest.cpp \ + ../futures/test/ConversionOperatorTest.cpp \ ../futures/test/CoreTest.cpp \ ../futures/test/EnsureTest.cpp \ - ../futures/test/ExecutorTest.cpp \ ../futures/test/FSMTest.cpp \ ../futures/test/FilterTest.cpp \ ../futures/test/FutureTest.cpp \ @@ -313,7 +328,7 @@ ssl_test_SOURCES = \ ssl_test_LDADD = libfollytestmain.la -lcrypto TESTS += ssl_test -mallctl_helper_test_SOURCES = MallctlHelperTest.cpp +mallctl_helper_test_SOURCES = ../memory/test/MallctlHelperTest.cpp mallctl_helper_test_LDADD = libfollytestmain.la TESTS += mallctl_helper_test