Add compile-check target for just attempting to compile, not run, the tests.

This commit is contained in:
Graydon Hoare 2010-07-01 18:37:53 -07:00
parent f72774db7a
commit fb7e37842b
1 changed files with 3 additions and 0 deletions

View File

@ -543,6 +543,9 @@ check: tidy \
$(TEST_RPASS_OUTS_X86) $(TEST_RFAIL_OUTS_X86) \
$(TEST_CFAIL_OUTS_X86)
compile-check: tidy \
$(TEST_RPASS_EXES_X86) $(TEST_RFAIL_EXES_X86)
ifeq ($(VARIANT),llvm)
ALL_TEST_CRATES += $(TEST_CFAIL_CRATES_LLVM) \