diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-07 02:26:55 +0100 |
---|---|---|
committer | John Hodge (Mutabah) <acessdev@gmail.com> | 2018-01-07 11:53:19 +0800 |
commit | 5508aed05d07b6c878b90e4024072924caf6e8c4 (patch) | |
tree | ff8086cfcc0bc8c41fc74f594c80ff19a2cc2149 /Makefile | |
parent | 76f297c5338b911b333fa2de9c64681dc6b3e50f (diff) | |
download | mrust-5508aed05d07b6c878b90e4024072924caf6e8c4.tar.gz |
Makefile - Fix invalid dependency of target rust_tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ output/local_test/%: samples/test/%.rs $(TEST_DEPS) # .PHONY: rust_tests local_tests RUST_TESTS_DIR := $(RUSTCSRC)src/test/ -rust_tests: rust_tests-run-pass +rust_tests: RUST_TESTS-run-pass # rust_tests-run-fail # rust_tests-compile-fail |