Skip to content

Commit f433058

Browse files
authored
Update Makefile
1 parent af4fef9 commit f433058

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# - TAP output written to test-results/ for CI artifact upload
1212
# - Security targets require no external tools beyond ShellCheck
1313
#
14-
# Version: 1.1.5
14+
# Version: 1.1.10
1515
# ==============================================================================
1616

1717
SHELL := /bin/bash
@@ -838,7 +838,7 @@ help:
838838
@echo " make test-backup Backup module (14 tests)"
839839
@echo " make test-lifecycle Integration lifecycle (22 tests)"
840840
@echo " make test-import-export Import/export round-trip (10 tests)"
841-
@echo " make test-cli CLI arguments and commands (29 tests)"
841+
@echo " make test-cli CLI arguments and commands (34 tests)"
842842
@echo " make test-help-system Progressive help system (32 tests)"
843843
@echo " make test-sec-injection CWE injection prevention (48 tests)"
844844
@echo ""

0 commit comments

Comments
 (0)