summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-09-29 16:44:26 +0800
committerJohn Hodge <tpg@mutabah.net>2016-09-29 16:44:26 +0800
commitc7d8b6ac728cf3a27e0432a4b0b93584298f4eb0 (patch)
tree166759579a8bba26705b18556f9d319c424f7ad1
parentadb9657c600e825e2ead1afec28f86043b51eb41 (diff)
parent519b41a79c6c104def7255942835e0e1d4ece0d3 (diff)
downloadmrust-c7d8b6ac728cf3a27e0432a4b0b93584298f4eb0.tar.gz
Merge branch 'master' of https://github.com/thepowersgang/mrustc
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index feca4d21..f28f4421 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,7 @@ output/rust/%.o: $(RUST_TESTS_DIR)%.rs $(RUSTCSRC) $(BIN)
touch $@
.PHONY: test test_rustos
-test: output/libcore.hir output/liballoc.hir output/libcollections.hir output/libstd.hir $(BIN)
+test: $(RUSTCSRC) output/libcore.hir output/liballoc.hir output/libcollections.hir output/libstd.hir $(BIN)
test_rustos: $(addprefix output/rust_os/,libkernel.rlib)