- Debug parser (carriage returns)

- Improve test framework
This commit is contained in:
Loic Guegan 2022-01-26 14:41:38 +01:00
parent bb914f047b
commit f4f436870f
11 changed files with 1577 additions and 32 deletions

View file

@ -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)