repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
JCTest
/
CMakeLists.txt
blob
a0f590e57fa1e968f9566642dc0d773ca890472f
1
cmake_minimum_required(VERSION 2.6)
2
project(TestTime)
3
enable_testing()
4
add_executable(TestTime TestTime.cxx)
5
6
foreach(f 1 2 3 4 5 6 7 8 9 10 11 12 12 14 15 16 17 18 19
7
20 21 22 23 24 25 26 27 28 29 30)
8
add_test(TestTime${f} TestTime 50000000)
9
endforeach(f)