Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a46a5aedeeb61f8c81c023fcdf1e41434f4a0256
/
.
/
Tests
/
CTestTestVerboseOutput
/
CMakeLists.txt
blob: 379238584246d479d722691b63447ce6fe1dbe0e [
file
] [
log
] [
blame
]
cmake_minimum_required (VERSION 2.8.12)
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"
)