summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-16 09:54:45 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-16 09:54:45 +0800
commitc2cec3e30a0f142bc2e44d756463558ab8d2f1e1 (patch)
treec70a869109a549000cc6a9db8d71fcbb4188efd6
parent72acbb24c256c8652fd905d2bdb2f0b0953d5b0d (diff)
downloadmrust-c2cec3e30a0f142bc2e44d756463558ab8d2f1e1.tar.gz
Makefile - test dep
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3199a60f..7ba5051c 100644
--- a/Makefile
+++ b/Makefile
@@ -164,6 +164,7 @@ output/rust/run-pass/anon-extern-mod-cross-crate-2.o: output/libanonexternmod.hi
output/rust/run-pass/anon_trait_static_method_exe.o: output/libanon_trait_static_method_lib.hir
output/rust/run-pass/associated-const-cross-crate-defaults.o: output/libassociated_const_cc_lib.hir
output/rust/run-pass/associated-const-match-patterns.o: output/libempty_struct.hir
+output/rust/run-pass/associated-types-cc.o: output/libassociated_types_cc_lib.hir
output/liballocator_dummy.hir: $(RUST_TESTS_DIR)run-pass/auxiliary/allocator-dummy.rs output/libstd.hir
$(DBG) $(BIN) $< -o $@ $(PIPECMD)
@@ -175,6 +176,8 @@ output/libassociated_const_cc_lib.hir: $(RUST_TESTS_DIR)run-pass/auxiliary/assoc
$(DBG) $(BIN) $< --crate-type rlib -o $@ $(PIPECMD)
output/libempty_struct.hir: $(RUST_TESTS_DIR)run-pass/auxiliary/empty-struct.rs output/libstd.hir
$(DBG) $(BIN) $< --crate-type rlib -o $@ $(PIPECMD)
+output/libassociated_types_cc_lib.hir: $(RUST_TESTS_DIR)run-pass/auxiliary/associated-types-cc-lib.rs output/libstd.hir
+ $(DBG) $(BIN) $< --crate-type rlib -o $@ $(PIPECMD)
.PHONY: test test_rustos
#