tests: bonsai/npc.mk: full ASCII test coverage
This commit is contained in:
parent
ee7b7e89b2
commit
588680406a
@ -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
|
||||||