From: Sara Golemon Date: Mon, 31 Aug 2015 20:45:31 +0000 (-0700) Subject: Revert "Mass Revert to cdb635a" X-Git-Tag: v0.57.0~3 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=c86396085efaa2578b6bb37f24a90f301280aca1 Revert "Mass Revert to cdb635a" This reverts commit 37f45ee56d52b31c662ea6e0893206ed3fabf8fb which should not have been pushed. --- diff --git a/folly/test/Makefile.am b/folly/test/Makefile.am index f144a7a1..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 \