feat(solver-bootstrap): step 1 — cmake-project-scaffold
This commit is contained in:
@@ -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]+"
|
||||
)
|
||||
Reference in New Issue
Block a user