summaryrefslogtreecommitdiff
path: root/testing/cmake/timer_test.cmake
diff options
context:
space:
mode:
authorSimon Levermann <simon@levermaenner.de>2013-08-20 22:32:07 +0200
committerSimon Levermann <simon@levermaenner.de>2013-08-20 22:32:07 +0200
commit4ade191677a4114360e3fcea7c356e63e2023251 (patch)
tree7f3c70256e4a47d1473f1f8f25eaf3b23271a67d /testing/cmake/timer_test.cmake
parent747c290269db58f68ce05e976af974f3904ac3d0 (diff)
Remove timer test, fix CMake files to respect this change
Diffstat (limited to 'testing/cmake/timer_test.cmake')
-rw-r--r--testing/cmake/timer_test.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/cmake/timer_test.cmake b/testing/cmake/timer_test.cmake
deleted file mode 100644
index a5f8c5ec..00000000
--- a/testing/cmake/timer_test.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
1cmake_minimum_required(VERSION 2.6.0)
2project(timer_test C)
3
4set(exe_name timer_test)
5
6add_executable(${exe_name}
7 timer_test.c)
8
9linkCoreLibraries(${exe_name})