[classloads] add `replace` target to tests

Summary: The Makefile was missing that target and making `make test-replace` at the root of the repo fail.

Reviewed By: ngorogiannis

Differential Revision: D13990483

fbshipit-source-id: 805b5d2a9
master
Jules Villard 6 years ago committed by Facebook Github Bot
parent d904ab76ec
commit 1aa413a65d

@ -60,3 +60,6 @@ test: loads.exp loads.exp.test
$(QUIET)cd $(TESTS_DIR) && \ $(QUIET)cd $(TESTS_DIR) && \
$(call check_no_diff,$(TEST_REL_DIR)/loads.exp,$(TEST_REL_DIR)/loads.exp.test) $(call check_no_diff,$(TEST_REL_DIR)/loads.exp,$(TEST_REL_DIR)/loads.exp.test)
.PHONY: replace
replace:
@:

Loading…
Cancel
Save