[make] Add missing cost test directories

Summary: We were missing `performance-exclusive` and `fb-performance` tests in the list of cost analysis targets.

Reviewed By: jvillard

Differential Revision: D21837972

fbshipit-source-id: 550d27918
master
Ezgi Çiçek 5 years ago committed by Facebook GitHub Bot
parent 964388f56c
commit 89e34b4b5e

@ -486,8 +486,13 @@ COST_TESTS += \
c_performance \
java_hoistingExpensive \
java_performance \
java_performance-exclusive \
objc_performance \
ifeq ($(IS_FACEBOOK_TREE),yes)
COST_TESTS += java_fb-performance
endif
.PHONY: cost_tests
cost_tests: $(COST_TESTS:%=direct_%_test)

Loading…
Cancel
Save