]> git.saurik.com Git - apt.git/blobdiff - CMakeLists.txt
CMake: Add unit tests
[apt.git] / CMakeLists.txt
index 6baa8f14f3e8507368ab69c8868008a957dbaaf0..9e85e7b8401c19124ac6e020f5fb24422662f5c2 100644 (file)
@@ -5,6 +5,8 @@
 project(apt)
 cmake_minimum_required(VERSION 3.3.0)
 
+enable_testing()
+
 option(WITH_DOC "Build documentation." OFF)
 option(USE_NLS "Localisation support." ON)