@@ -754,6 +754,34 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
754 | 754 | ["scripts/lib/local-heavy-check-runtime.mjs", ["test/scripts/local-heavy-check-runtime.test.ts"]], |
755 | 755 | ["scripts/lib/kova-report-gate.mjs", ["test/scripts/kova-report-gate.test.ts"]], |
756 | 756 | ["scripts/lib/managed-child-process.mjs", ["test/scripts/managed-child-process.test.ts"]], |
| 757 | +[ |
| 758 | +"scripts/lib/local-build-metadata.mjs", |
| 759 | +[ |
| 760 | +"src/infra/build-stamp.test.ts", |
| 761 | +"test/scripts/runtime-postbuild-stamp.test.ts", |
| 762 | +"src/infra/run-node.test.ts", |
| 763 | +"src/infra/package-dist-inventory.test.ts", |
| 764 | +"test/release-check.test.ts", |
| 765 | +"test/openclaw-npm-release-check.test.ts", |
| 766 | +"test/scripts/check-gateway-watch-regression.test.ts", |
| 767 | +"test/scripts/check-openclaw-package-tarball.test.ts", |
| 768 | +"test/scripts/openclaw-cross-os-release-checks.test.ts", |
| 769 | +], |
| 770 | +], |
| 771 | +[ |
| 772 | +"scripts/lib/local-build-metadata-paths.mjs", |
| 773 | +[ |
| 774 | +"src/infra/build-stamp.test.ts", |
| 775 | +"test/scripts/runtime-postbuild-stamp.test.ts", |
| 776 | +"src/infra/run-node.test.ts", |
| 777 | +"src/infra/package-dist-inventory.test.ts", |
| 778 | +"test/release-check.test.ts", |
| 779 | +"test/openclaw-npm-release-check.test.ts", |
| 780 | +"test/scripts/check-gateway-watch-regression.test.ts", |
| 781 | +"test/scripts/check-openclaw-package-tarball.test.ts", |
| 782 | +"test/scripts/openclaw-cross-os-release-checks.test.ts", |
| 783 | +], |
| 784 | +], |
757 | 785 | ["scripts/lib/npm-verify-exec.ts", ["test/scripts/npm-verify-exec.test.ts"]], |
758 | 786 | ["scripts/lib/openclaw-test-state.mjs", ["test/scripts/openclaw-test-state.test.ts"]], |
759 | 787 | [ |
|