summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestVerboseOutput/CMakeLists.txt
blob: d44e9fc5f34f19e530aed751a9292a9e477409a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required (VERSION 3.5)
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"
)