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.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ecb0c67..324c0a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ mozart-registry = { path = "crates/mozart-registry" } mozart-sat-resolver = { path = "crates/mozart-sat-resolver" } mozart-semver = { path = "crates/mozart-semver" } mozart-spdx-licenses = { path = "crates/mozart-spdx-licenses" } +mozart-test-harness = { path = "crates/mozart-test-harness" } mozart-vcs = { path = "crates/mozart-vcs" } anyhow = "1.0.102" assert_cmd = "2.1.2" -- cgit v1.3.1