Fix build and test.
authorTudor Bosman <tudorb@fb.com>
Tue, 12 Jun 2012 22:44:21 +0000 (15:44 -0700)
committerTudor Bosman <tudorb@fb.com>
Tue, 12 Jun 2012 23:23:39 +0000 (16:23 -0700)
Summary:
Fix bug in FBStringTest (don't reuse the same file name)

Don't use VLOG, as that requires that glog is compiled with gflags
support, which it isn't always.

Add other targets and tests, make all tests pass.

Test Plan: tests

Reviewed By: delong.j@fb.com

FB internal diff: D493018

.gitignore
README

index a119366dc3863cb66e0cc2157ee87f97cb18b4f1..089c09e98c1db7a197c5db1af6e4378dee006ba5 100644 (file)
@@ -6,7 +6,6 @@ Makefile.in
 .libs
 .deps
 stamp-h1
-FormatTables.cpp
 folly-config.h
 _configs.sed
 aclocal.m4
@@ -15,6 +14,7 @@ build-aux
 libtool
 folly/test/gtest-1.6.0
 folly/folly-config.h
+folly/test/*_benchmark
 folly/test/*_test
 folly/test/*_test_using_jemalloc
 folly/config.*
@@ -24,3 +24,9 @@ folly/m4/ltoptions.m4
 folly/m4/ltsugar.m4
 folly/m4/ltversion.m4
 folly/m4/lt~obsolete.m4
+folly/generate_fingerprint_tables
+folly/FormatTables.cpp
+folly/EscapeTables.cpp
+folly/GroupVarintTables.cpp
+folly/FingerprintTables.cpp
+
diff --git a/README b/README
index 2fce56714f465dbfeae94bfc703176f306435b0f..4a02675f77021e156dbf2f08e5c0894b55adabf9 100644 (file)
--- a/README
+++ b/README
@@ -40,6 +40,7 @@ Dependencies
     - g++
     - automake
     - autoconf
+    - autoconf-archive
     - libtool
     - libboost1.46-all-dev
     - libgoogle-glog-dev
@@ -53,6 +54,7 @@ Dependencies
     - gcc
     - gcc-c++
     - autoconf
+    - autoconf-archive
     - automake
     - boost-devel
     - libtool