summaryrefslogtreecommitdiffstats
path: root/ecmake/cmake/Modules/EFLCheck.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ecmake/cmake/Modules/EFLCheck.cmake')
-rw-r--r--ecmake/cmake/Modules/EFLCheck.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/ecmake/cmake/Modules/EFLCheck.cmake b/ecmake/cmake/Modules/EFLCheck.cmake
deleted file mode 100644
index f729325..0000000
--- a/ecmake/cmake/Modules/EFLCheck.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
-include(CTest)
-ENABLE_TESTING()
-add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure)
-
-find_package(Check)
-set (CHECK_ENABLED ${CHECK_FOUND})
-
-set(EFL_COVERAGE false CACHE BOOL "Whether coverage support should be built.'")
-if (EFL_COVERAGE)
- include(EFLlcov REQUIRED)
- ENABLE_COVERAGE()
-endif (EFL_COVERAGE)