diff options
author | John Hodge <tpg@mutabah.net> | 2016-09-29 16:44:26 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-09-29 16:44:26 +0800 |
commit | c7d8b6ac728cf3a27e0432a4b0b93584298f4eb0 (patch) | |
tree | 166759579a8bba26705b18556f9d319c424f7ad1 | |
parent | adb9657c600e825e2ead1afec28f86043b51eb41 (diff) | |
parent | 519b41a79c6c104def7255942835e0e1d4ece0d3 (diff) | |
download | mrust-c7d8b6ac728cf3a27e0432a4b0b93584298f4eb0.tar.gz |
Merge branch 'master' of https://github.com/thepowersgang/mrustc
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |