]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
build: cause the "check" rule to depend on $(PROGRAMS)
authorJim Meyering <meyering@fb.com>
Wed, 25 Mar 2015 05:09:40 +0000 (22:09 -0700)
committerJim Meyering <meyering@fb.com>
Wed, 25 Mar 2015 05:09:40 +0000 (22:09 -0700)
commitca25e86efc87e89faf3238cca128482cf68f5b42
treeaa29af5024b9b1ed7db145d23cbf3e3e073fc799
parent986bdc68012c7830f36164fb5516af226e1e8adf
build: cause the "check" rule to depend on $(PROGRAMS)

Summary:
* Makefile (check): Cause "make check" to build all $(PROGRAMS),
so that it verifies that the few benchmark-only source files that
not already built via "make check" do compile and link successfully.

Test Plan:
run "make clean; make check", and verify that
table/table_reader_bench.cc is now compiled.
Before, it was not, which led to an incomplete fix
for a build break.

Reviewers: ljin, igor.sugak, rven, igor, sdong

Reviewed By: sdong

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D35883
Makefile