test: add testbench for patch (starts ends with, and contains)

This commit is contained in:
2025-07-01 14:04:02 +08:00
parent 58ec960e9c
commit 6e884d865d
3 changed files with 119 additions and 0 deletions

View File

@ -12,6 +12,8 @@ PRIVATE
yycc/num/stringify.cpp
yycc/rust/num/parse.cpp
yycc/rust/num/stringify.cpp
yycc/patch/contains.cpp
yycc/patch/starts_ends_with.cpp
)
# Setup headers
target_include_directories(YYCCTestbench