You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# make verify: full verification battery (lint, typecheck, policy, tests, risk-register gate, docs).
4
4
# make paper OUT=<dir>: package-release paper_v0.1 then verify-release (requires OUT= output dir).
5
5
6
-
.PHONY: test golden bench-smoke lint format typecheck policy-validate no-placeholders e2e-artifacts-chain verification-battery verify paper
6
+
.PHONY: test golden bench-smoke lint format typecheck policy-validate no-placeholders e2e-artifacts-chain verification-battery verify paper pcs-bench-producer
7
7
8
8
# Default: run fast test suite (no env optional deps for golden/policy)
9
9
test:
@@ -57,3 +57,11 @@ paper:
57
57
@if [ -z"$${OUT}" ];thenecho"OUT is required (e.g. make paper OUT=./paper_release)";exit 1;fi;\
0 commit comments