test: add testbench for macro/versiom_cmp

This commit is contained in:
2025-08-04 21:15:49 +08:00
parent ce2b411b0b
commit 54134b342e
5 changed files with 33 additions and 36 deletions

View File

@ -4,6 +4,7 @@ add_executable(YYCCTestbench "")
target_sources(YYCCTestbench
PRIVATE
main.cpp
yycc/macro/version_cmp.cpp
yycc/constraint.cpp
yycc/constraint/builder.cpp
yycc/string/op.cpp