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

add_executable (Sleep sleep.c)

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