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. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index bf4b5d6..d1ae1cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,6 +1081,7 @@ dependencies = [ "mozart-core", "mozart-registry", "mozart-semver", + "mozart-test-harness", "mozart-vcs", "predicates", "regex", -- cgit v1.3.1