Commit 972651e0 authored by Theo Najim's avatar Theo Najim Committed by Facebook Github Bot

fix build due to stats test refactor

Summary: Closes https://github.com/facebook/folly/pull/609

Differential Revision: D5228342

Pulled By: Orvid

fbshipit-source-id: edb81284a0401a4ea267310e1ca01c390bcdfb32
parent c27b2745
...@@ -608,7 +608,8 @@ AC_CONFIG_FILES([Makefile ...@@ -608,7 +608,8 @@ AC_CONFIG_FILES([Makefile
experimental/Makefile experimental/Makefile
experimental/io/test/Makefile experimental/io/test/Makefile
experimental/symbolizer/Makefile experimental/symbolizer/Makefile
init/Makefile]) init/Makefile
stats/test/Makefile])
AM_COND_IF([EXCEPTION_TRACER], AM_COND_IF([EXCEPTION_TRACER],
[AC_CONFIG_FILES([experimental/exception_tracer/Makefile])]) [AC_CONFIG_FILES([experimental/exception_tracer/Makefile])])
......
...@@ -3,6 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 ...@@ -3,6 +3,8 @@ ACLOCAL_AMFLAGS = -I m4
CPPFLAGS = -I$(top_srcdir)/test/gtest/googletest/include CPPFLAGS = -I$(top_srcdir)/test/gtest/googletest/include
ldadd = $(top_builddir)/test/libfollytestmain.la ldadd = $(top_builddir)/test/libfollytestmain.la
libgtest_la_SOURCES = gtest/googletest/src/gtest-all.cc
check_PROGRAMS = \ check_PROGRAMS = \
histogram_test histogram_test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment