Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d3e34186f69a7c89f2a3ac418e901b4d6e687773
/
.
/
Tests
/
CTestTestVerboseOutput
/
CMakeLists.txt
blob: e76b74154486707cc6319e133423efaa358c2cf1 [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.10)
project(CTestTestVerboseOutput)
include(CTest)
add_executable(nop nop.c)
add_test(NAME TestWithProperties COMMAND nop)
set_property(TEST TestWithProperties PROPERTY ENVIRONMENT
"foo=bar"
"this=that"
)