mirror of
https://github.com/red0124/ssp.git
synced 2025-12-15 14:19:56 +01:00
add splitter, update converter and parser, update unit tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CXX=clang++-9
|
||||
CXXFLAGS=-Wall -Wextra -std=c++17 -O0 -lstdc++fs
|
||||
TESTS=test_converter
|
||||
CXX=clang++
|
||||
CXXFLAGS=-Wall -Wextra -std=c++17 -lstdc++fs
|
||||
TESTS=test_parser test_converter test_extractions
|
||||
|
||||
all: $(TESTS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user