X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FMakefile.am;h=d11b13d68b09551473f00f6c981d98a3cedf4094;hb=26b139fc3520828f080d459b0f8cbd271cab7a89;hp=1857b32bedc6750ded7b3d19072919d54790f6bb;hpb=df7b6d2a825043fdd63214ea55db803df3826eed;p=folly.git diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index 1857b32b..d11b13d6 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -149,6 +149,10 @@ synchronized_test_SOURCES = SynchronizedTest.cpp synchronized_test_LDADD = libfollytestmain.la TESTS += synchronized_test +lock_traits_test_SOURCES = LockTraitsTest.cpp +lock_traits_test_LDADD = libfollytestmain.la +TESTS += lock_traits_test + concurrent_skiplist_test_SOURCES = ConcurrentSkipListTest.cpp concurrent_skiplist_test_LDADD = libfollytestmain.la TESTS += concurrent_skiplist_test @@ -225,6 +229,10 @@ indestructible_test_SOURCES = IndestructibleTest.cpp indestructible_test_LDADD = libfollytestmain.la TESTS += indestructible_test +portability_time_test_SOURCES = ../portability/test/TimeTest.cpp +portability_time_test_LDADD = libfollytestmain.la +TESTS += portability_time_test + try_test_SOURCES = TryTest.cpp try_test_LDADD = libfollytestmain.la TESTS += try_test