TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / CTestTestResourceLock / CMakeLists.txt
1 cmake_minimum_required (VERSION 2.6)
2 PROJECT(CTestTestResourceLock)
3 INCLUDE(CTest)
4
5 ADD_EXECUTABLE (LockFile lockFile.c)
6
7 ADD_TEST (TestLockedFile1.1 LockFile locked1.txt)
8 ADD_TEST (TestLockedFile1.2 LockFile locked1.txt)
9 SET_TESTS_PROPERTIES(TestLockedFile1.1 TestLockedFile1.2 PROPERTIES RESOURCE_LOCK "locked1.txt")
10
11 ADD_TEST (TestLockedFile2.1 LockFile locked2.txt)
12 ADD_TEST (TestLockedFile2.2 LockFile locked2.txt)
13 SET_TESTS_PROPERTIES(TestLockedFile2.1 TestLockedFile2.2 PROPERTIES RESOURCE_LOCK "locked2.txt")