feat(solver-bootstrap): step 1 — cmake-project-scaffold

This commit is contained in:
KOKO\Mimi
2026-07-30 00:46:22 +09:00
parent 4157ba2ff7
commit fc5493bd59
9 changed files with 187 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
add_test(
NAME VersionCommand
COMMAND "${CMAKE_BINARY_DIR}/$<CONFIG>/fesa.exe" --version
)
set_tests_properties(
VersionCommand
PROPERTIES
PASS_REGULAR_EXPRESSION "[0-9]+\\.[0-9]+\\.[0-9]+"
)