From a3d5562fcf7f67491d55588ac3279bfade9dadcd Mon Sep 17 00:00:00 2001 From: Zalathar Date: Tue, 22 Apr 2025 16:30:48 +1000 Subject: bootstrap: Add check/test/run steps for src/tools/coverage-dump This also causes the coverage-dump unit tests to run in CI and `./x test` by default. --- src/tools/coverage-dump/src/parser/tests.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tools') diff --git a/src/tools/coverage-dump/src/parser/tests.rs b/src/tools/coverage-dump/src/parser/tests.rs index a673606b9c4..506b0a6200b 100644 --- a/src/tools/coverage-dump/src/parser/tests.rs +++ b/src/tools/coverage-dump/src/parser/tests.rs @@ -1,9 +1,5 @@ use super::unescape_llvm_string_contents; -// WARNING: These tests don't necessarily run in CI, and were mainly used to -// help track down problems when originally developing this tool. -// (The tool is still tested indirectly by snapshot tests that rely on it.) - // Tests for `unescape_llvm_string_contents`: #[test] -- cgit 1.4.1-3-g733a5