summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-01-07 02:26:55 +0100
committerJohn Hodge (Mutabah) <acessdev@gmail.com>2018-01-07 11:53:19 +0800
commit5508aed05d07b6c878b90e4024072924caf6e8c4 (patch)
treeff8086cfcc0bc8c41fc74f594c80ff19a2cc2149 /Makefile
parent76f297c5338b911b333fa2de9c64681dc6b3e50f (diff)
downloadmrust-5508aed05d07b6c878b90e4024072924caf6e8c4.tar.gz
Makefile - Fix invalid dependency of target rust_tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ae1eb23..51f796eb 100644
--- a/Makefile
+++ b/Makefile
@@ -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