From fb7e37842b3a9ab552b824cef854168be2dc432a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 1 Jul 2010 18:37:53 -0700 Subject: [PATCH] Add compile-check target for just attempting to compile, not run, the tests. --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile b/src/Makefile index 5a72afdeea9..cd19ea86117 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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) \