From 9776735dbfb4d34ac639947ecca12df06ddfa738 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 1 May 2026 19:41:31 +0900 Subject: test(test-harness): enumerate Composer installer .test fixtures Add per-fixture #[test] entries (187 total) via a small declarative macro that reads files directly from the composer submodule. For now each test only asserts the file parses; execution and EXPECT-* checks will be layered on as the harness gains comparison helpers. --- crates/mozart/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/Cargo.toml') diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index 3f1cd33..fb47195 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -28,5 +28,6 @@ tracing-subscriber.workspace = true tracing.workspace = true [dev-dependencies] +mozart-test-harness.workspace = true assert_cmd.workspace = true predicates.workspace = true -- cgit v1.3.1