mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
11 lines
205 B
CMake
11 lines
205 B
CMake
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)
|