X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=8970eb5675efafd2ed7bef8e146fe55bb004c742;hb=d3ec67b912df6e67239cd5b283135d077dc78744;hp=b48509779cf2f325f4e2355e6be7c8085266253c;hpb=a5e1ff11702b7ff077ee02714338fa5958ea0aeb;p=apps%2Fagl-service-can-low-level.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b4850977..8970eb56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright 2015, 2016, 2017 IoT.bzh +# Copyright 2015 - 2018 IoT.bzh # # author: Romain Forlot # @@ -18,4 +18,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) +include(CTest) +enable_testing() include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake)