summary refs log tree commit diff
path: root/src/test/run-make/coverage-reports/Makefile
AgeCommit message (Collapse)AuthorLines
2022-12-12Ignore errors when including clear_expected_if_blessedTomasz Miąsko-1/+1
Include is there only for the effect executing the rule. The file is not intended to be remade successfully to be actually included.
2022-10-18partially fix src/test/run-make/coverage-reports when cross-compilingPietro Albini-2/+7
The test does not work on cross-compiled targets because the --target flag was not passed to rustc inside the test. This commit fixes that by adding the flag to the invocations. Note that the test still fails on cross-compiled targets using remote-test, as remote-test is not capable (yet) of sending back to the host system the *.profraw file generated by the instrumentation. Because of that, this is only a partial fix, and the test has been ignored on cross-compilation.
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos
2022-08-23Diagnose missing includes in run-make testsTomasz Miąsko-1/+1
2022-07-28Diagnose missing make includesTomasz Miąsko-1/+1
2022-07-28Move coverage tests from run-make-fulldeps to run-makeTomasz Miąsko-0/+180