From f4f436870f9ce0368d81c504e93b012e3928a851 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 26 Jan 2022 14:41:38 +0100 Subject: - Debug parser (carriage returns) - Improve test framework --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f493c30..1d0dd64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,4 +15,5 @@ configure_file(src/LargeFileStream.hpp ${PGNP_INCLUDE_DIR} COPYONLY) include_directories(${PGNP_INCLUDE_DIR}) # Unit tests +enable_testing() add_subdirectory(./tests) -- cgit v1.2.3