Sign in
fuchsia
/
third_party
/
cmake
/
refs/tags/v3.4.0
/
.
/
Tests
/
CTestTestVerboseOutput
/
CMakeLists.txt
blob: 4cdd29c689fb57ebbc67c0826fdd3e0ecdfd4001 [
file
] [
log
] [
blame
]
cmake_minimum_required
(
VERSION
2.6
)
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"
)