comparison tests/CMakeLists.txt @ 733:b2bc31410425 1.1.0-rc3

Cosmetics
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 01 Mar 2011 10:48:14 +0900
parents 4ffbc9f1e922
children 03bcd4870f44
comparison
equal deleted inserted replaced
732:4a0b61061a6d 733:b2bc31410425
1 # Test directory 1 # Test directory
2 PROJECT("freeDiameter tests" C) 2 PROJECT("freeDiameter tests" C)
3 3
4 # give the possibility to configure the timeout duration for the tests 4 # give the possibility to configure the timeout duration for the tests
5 OPTION(TEST_TIMEOUT "Timeout for the tests, in seconds (default: 5)?") 5 OPTION(TEST_TIMEOUT "Timeout for the tests, in seconds (default: 120)?")
6 IF(TEST_TIMEOUT) 6 IF(TEST_TIMEOUT)
7 ADD_DEFINITIONS(-DTEST_TIMEOUT=${TEST_TIMEOUT}) 7 ADD_DEFINITIONS(-DTEST_TIMEOUT=${TEST_TIMEOUT})
8 ENDIF(TEST_TIMEOUT) 8 ENDIF(TEST_TIMEOUT)
9 9
10 10
"Welcome to our mercurial repository"