mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-05 14:49:39 -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)
|