make test_build depend on clang_plugin

Reviewed By: jberdine

Differential Revision: D3041083

fb-gh-sync-id: cc8a709
shipit-source-id: cc8a709
master
Jules Villard 9 years ago committed by Facebook Github Bot 9
parent c637c10d0f
commit f4a0f2781a

@ -85,6 +85,10 @@ test_build:
$(MAKE) -C $(SRC_DIR) test_clean
$(MAKE) -C $(SRC_DIR) test_build
ifeq (@BUILD_C_ANALYZERS@,yes)
test_build: clang_plugin
endif
ocaml_unit_test: $(INFER_ANALYZERS) unit
$(INFERUNIT_BIN)

Loading…
Cancel
Save