• J
    build: cause the "check" rule to depend on $(PROGRAMS) · ca25e86e
    Jim Meyering 提交于
    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
    ca25e86e
Makefile 26.6 KB