We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33258b commit 8749cb5Copy full SHA for 8749cb5
mk/tests.mk
@@ -284,7 +284,7 @@ define TEST_RUNNER
284
# If NO_REBUILD is set then break the dependencies on extra so we can
285
# test crates without rebuilding std and extra first
286
ifeq ($(NO_REBUILD),)
287
-STDTESTDEP_$(1)_$(2)_$(3) = $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_STDLIB_$(2))
+STDTESTDEP_$(1)_$(2)_$(3) = $$(TLIB$(1)_T_$(2)_H_$(3))/$$(CFG_EXTRALIB_$(2))
288
else
289
STDTESTDEP_$(1)_$(2)_$(3) =
290
endif
0 commit comments