"make all check" fails

Summary:
If I run "make all check" it fails to build the leveldb-thrift-server tests. This is because the vanilla build is not supposed to build thrift and/or hdfs extensions. Remove the server test from auto-running.

The thrift/hdfs build instructions are more elaborate and I would like to avoid it for embedded database builds.

Test Plan: build and run

Reviewers: heyongqiang

Reviewed By: heyongqiang

Differential Revision: https://reviews.facebook.net/D4641
This commit is contained in:
Dhruba Borthakur 2012-08-14 14:52:48 -07:00
parent c3096afd61
commit fe6119bd3a

View File

@ -52,8 +52,7 @@ TESTS = \
table_test \
version_edit_test \
version_set_test \
write_batch_test \
leveldb_server_test
write_batch_test
PROGRAMS = db_bench $(TESTS)
BENCHMARKS = db_bench_sqlite3 db_bench_tree_db