tests: bonsai/str.mk: add str_isalpha test
This commit is contained in:
parent
74d6ec16ac
commit
9412f95cb1
@ -8,8 +8,13 @@
|
|||||||
.PRAGMA: command_comment
|
.PRAGMA: command_comment
|
||||||
|
|
||||||
.PHONY: str_tests
|
.PHONY: str_tests
|
||||||
str_tests: str_help
|
str_tests: str_help str_isalpha
|
||||||
|
|
||||||
.PHONY: str_help
|
.PHONY: str_help
|
||||||
str_help: $(BIN)/str
|
str_help: $(BIN)/str
|
||||||
! $(BIN)/str -h
|
! $(BIN)/str -h
|
||||||
|
|
||||||
|
.PHONY: str_isalpha
|
||||||
|
str_isalpha: $(BIN)/str
|
||||||
|
$(BIN)/str isalpha c
|
||||||
|
! $(BIN)/str isalpha 3
|
||||||
|
Loading…
Reference in New Issue
Block a user