summaryrefslogtreecommitdiff
path: root/Tests/CTestTestZeroTimeout/CMakeLists.txt
blob: 4d2b79dc2f29b14856e86885868a0f01c77dd3b1 (plain)
1
2
3
4
5
6
7
8
cmake_minimum_required (VERSION 2.6)
project (CTestTestZeroTimeout)
include (CTest)

add_executable (Sleep sleep.c)

add_test (TestExplicitZeroTimeout Sleep)
set_tests_properties(TestExplicitZeroTimeout PROPERTIES TIMEOUT 0)