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 c3ccaac commit 28b72cdCopy full SHA for 28b72cd
mk/tests.mk
@@ -116,9 +116,11 @@ endif
116
117
# Run the compiletest runner itself under valgrind
118
ifdef CTEST_VALGRIND
119
-CFG_RUN_CTEST_$(1)=$$(call CFG_RUN_TEST_$$(CFG_BUILD),$$(2),$$(3))
+CFG_RUN_CTEST_$(1)=$$(RPATH_VAR$$(1)_T_$$(3)_H_$$(3)) \
120
+ $$(call CFG_RUN_TEST_$$(CFG_BUILD),$$(2),$$(3))
121
else
-CFG_RUN_CTEST_$(1)=$$(call CFG_RUN_$$(CFG_BUILD),$$(TLIB$$(1)_T_$$(3)_H_$$(3)),$$(2))
122
123
+ $$(call CFG_RUN_$$(CFG_BUILD),$$(TLIB$$(1)_T_$$(3)_H_$$(3)),$$(2))
124
endif
125
126
endef
0 commit comments