diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-07-30 14:24:27 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2013-08-08 15:17:28 -0700 |
| commit | e751c90513b3b7948ffab7b449f0758e4225125e (patch) | |
| tree | e96f94f5bcff79dbb46c888e6876c18a1cff5463 | |
| parent | 7c1eb830524f404b505d2a0f94e398dbc54c008d (diff) | |
| download | rust-e751c90513b3b7948ffab7b449f0758e4225125e.tar.gz rust-e751c90513b3b7948ffab7b449f0758e4225125e.zip | |
Makefiles: make rustpkgtest depend on rustpkg executable
| -rw-r--r-- | mk/tests.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 682ea3e5f69..45a6e1447fc 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -349,6 +349,7 @@ $(3)/stage$(1)/test/rustpkgtest-$(2)$$(X_$(2)): \ $$(SREQ$(1)_T_$(2)_H_$(3)) \ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_LIBSYNTAX_$(2)) \ $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_LIBRUSTC_$(2)) + $$(TBIN$(1)_T_$(2)_H_$(3))/rustpkg$$(X_$(2)) @$$(call E, compile_and_link: $$@) $$(STAGE$(1)_T_$(2)_H_$(3)) -o $$@ $$< --test |
