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.
11 lines
205 B
11 lines
205 B
9 years ago
|
include(RunCTest)
|
||
|
|
||
|
set(CASE_CTEST_UPLOAD_ARGS "")
|
||
|
|
||
|
function(run_ctest_upload CASE_NAME)
|
||
|
set(CASE_CTEST_UPLOAD_ARGS "${ARGN}")
|
||
|
run_ctest(${CASE_NAME})
|
||
|
endfunction()
|
||
|
|
||
|
run_ctest_upload(UploadQuiet QUIET)
|