create seperate header for the splitter, move splitter tests to different cpp file

This commit is contained in:
ado
2021-01-17 02:15:06 +01:00
parent 69d6df12be
commit 263dba7626
5 changed files with 391 additions and 441 deletions

View File

@@ -1,6 +1,6 @@
CXX=clang++
CXXFLAGS=-Wall -Wextra -std=c++17 -lstdc++fs
TESTS=test_parser test_converter test_extractions
TESTS=test_parser test_converter test_extractions test_splitter
all: $(TESTS)