aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-20 14:00:03 -0700
committerGraydon Hoare <[email protected]>2010-07-20 14:00:03 -0700
commit01353b2a7f68e82e1a0e77535a727d1532eb3627 (patch)
treecbcabfed365e0992d4355c6cf40ebaa0cb9fde5d /src
parentTidy up handling of unimplemented features. These are expected (if undesirabl... (diff)
downloadrust-01353b2a7f68e82e1a0e77535a727d1532eb3627.tar.xz
rust-01353b2a7f68e82e1a0e77535a727d1532eb3627.zip
Extend compile-check for llvm case.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 1bc95783..0f27394f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -614,6 +614,10 @@ check: tidy \
$(TEST_RPASS_EXES_LLVM) $(TEST_RFAIL_EXES_LLVM) \
$(TEST_RPASS_OUTS_LLVM) $(TEST_RFAIL_OUTS_LLVM) \
$(TEST_CFAIL_OUTS_LLVM)
+
+compile-check: tidy \
+ $(TEST_RPASS_EXES_LLVM) $(TEST_RFAIL_EXES_LLVM)
+
endif
REQ := $(CFG_BOOT) $(CFG_RUNTIME) $(CFG_STDLIB)