Commit eb5931d1 authored by Dylan Trotter's avatar Dylan Trotter Committed by Dylan Trotter

Include compiler test srcs in pass file deps.

parent 13914715
......@@ -152,7 +152,7 @@ $(COMPILER_SRCS) $(COMPILER_TEST_SRCS) $(COMPILER_SHARDED_TEST_SRCS): $(PY_DIR)/
@mkdir -p $(PY_DIR)/grumpy/compiler
@cp -f $< $@
$(COMPILER_PASS_FILES): %.pass: %.py $(COMPILER)
$(COMPILER_PASS_FILES): %.pass: %.py $(COMPILER) $(COMPILER_TEST_SRCS)
@$(PYTHON) $< -q
@touch $@
@echo compiler/`basename $*` PASS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment