aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-26 14:41:38 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-26 14:41:38 +0100
commitf4f436870f9ce0368d81c504e93b012e3928a851 (patch)
tree61ea2ac873997600ca0aeb29669e9fef6f65bfe0 /CMakeLists.txt
parentbb914f047b0d96464f3e55234907df4e7c416e97 (diff)
- Debug parser (carriage returns)
- Improve test framework
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)