You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
415 B
17 lines
415 B
[[test]]
|
|
name = "basic"
|
|
command = "$<TARGET_FILE:cmkr>"
|
|
working-directory = "${CMAKE_CURRENT_LIST_DIR}/basic"
|
|
arguments = ["build"]
|
|
|
|
[[test]]
|
|
name = "conditions"
|
|
command = "$<TARGET_FILE:cmkr>"
|
|
working-directory = "${CMAKE_CURRENT_LIST_DIR}/conditions"
|
|
arguments = ["build"]
|
|
|
|
[[test]]
|
|
name = "interface"
|
|
command = "$<TARGET_FILE:cmkr>"
|
|
working-directory = "${CMAKE_CURRENT_LIST_DIR}/interface"
|
|
arguments = ["build"] |