tests: bonsai/str.mk: add str_isalpha test

This commit is contained in:
dtb 2024-08-05 21:16:18 -06:00
parent 74d6ec16ac
commit 9412f95cb1
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -8,8 +8,13 @@
.PRAGMA: command_comment
.PHONY: str_tests
str_tests: str_help
str_tests: str_help str_isalpha
.PHONY: str_help
str_help: $(BIN)/str
! $(BIN)/str -h
.PHONY: str_isalpha
str_isalpha: $(BIN)/str
$(BIN)/str isalpha c
! $(BIN)/str isalpha 3