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 e13390a commit 07950c8Copy full SHA for 07950c8
mk/tests.mk
@@ -95,6 +95,14 @@ tidy:
95
96
define TEST_STAGEN
97
98
+# FIXME: These rules are complicated by a scheme to produce .out files
99
+# for each test, with the idea that if the targets produce actual
100
+# output, subsequent "make check's" will just exit successfully
101
+# without re-running the tests. Unfortunately this scheme is currently
102
+# broken and the tests rerun with every invocation of "make check"
103
+# anyway. Nobody seems to have noticed, so it would be simpler to just
104
+# remove all the code here involved with producing .out files.
105
+
106
check-stage$(2): tidy \
107
check-stage$(2)-rustc \
108
check-stage$(2)-std \
0 commit comments