X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FMakefile.am;h=f2af913bb832de77824be0876f3e6f4eb342fc2c;hb=c86396085efaa2578b6bb37f24a90f301280aca1;hp=22ee324528ddaae0e8fb63c6d799e44330940566;hpb=e0de0a27de45542ce9bd05685ea398afc4e1acb4;p=folly.git diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index 22ee3245..f2af913b 100644 --- a/folly/test/Makefile.am +++ b/folly/test/Makefile.am @@ -182,6 +182,11 @@ spooky_hash_v2_test_SOURCES = SpookyHashV2Test.cpp spooky_hash_v2_test_LDADD = libgtestmain.la $(top_builddir)/libfolly.la $(top_builddir)/libfollybenchmark.la TESTS += spooky_hash_v2_test +token_bucket_test_SOURCES = TokenBucketTest.cpp +token_bucket_test_LDADD = libgtest.la $(top_builddir)/libfolly.la $(top_builddir)/libfollybenchmark.la +TESTS += token_bucket_test + + futures_test_SOURCES = \ ../futures/test/CollectTest.cpp \ ../futures/test/ContextTest.cpp \ @@ -203,13 +208,16 @@ futures_test_SOURCES = \ ../futures/test/ThenCompileTest.cpp \ ../futures/test/ThenTest.cpp \ ../futures/test/TimekeeperTest.cpp \ + ../futures/test/TimesTest.cpp \ ../futures/test/TryTest.cpp \ ../futures/test/UnitTest.cpp \ ../futures/test/UnwrapTest.cpp \ ../futures/test/ViaTest.cpp \ ../futures/test/WaitTest.cpp \ ../futures/test/WillEqualTest.cpp \ - ../futures/test/WindowTest.cpp + ../futures/test/WindowTest.cpp \ + ../futures/test/WhenTest.cpp \ + ../futures/test/WhileDoTest.cpp futures_test_LDADD = libgtestmain.la $(top_builddir)/libfolly.la TESTS += futures_test