From a7052fdac922e06117718f0fc90783d8c6f00013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirit=20S=C3=A6lensminde?= Date: Sun, 25 Nov 2018 12:37:15 +0700 Subject: [PATCH] Opt in to tests --- .travis.CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.CMakeLists.txt b/.travis.CMakeLists.txt index 2cf8fc2..f40f8ed 100644 --- a/.travis.CMakeLists.txt +++ b/.travis.CMakeLists.txt @@ -1,5 +1,9 @@ cmake_minimum_required(VERSION 3.7) +## Opt in to tests +add_custom_target(check) +add_custom_target(pgtest) + add_subdirectory(fost-boost) add_subdirectory(fost-crypto) add_subdirectory(f5-cord)