tests: bonsai/npc.mk: full ASCII test coverage

This commit is contained in:
dtb 2024-08-03 07:29:04 -06:00
parent ee7b7e89b2
commit 588680406a
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -10,7 +10,11 @@
.PRAGMA: command_comment .PRAGMA: command_comment
.PHONY: npc_tests .PHONY: npc_tests
npc_tests: npc_args npc_help npc_tests: npc_help npc_args npc_ascii
.PHONY: npc_help
npc_help: $(BIN)/npc
! $(BIN)/npc -h
.PHONY: npc_args .PHONY: npc_args
# arg parsing # arg parsing