Commit eef408e5 authored by Niels Lohmann's avatar Niels Lohmann

tests for CBOR

parent 87e08899
...@@ -6,6 +6,7 @@ add_executable(${JSON_UNITTEST_TARGET_NAME} ...@@ -6,6 +6,7 @@ add_executable(${JSON_UNITTEST_TARGET_NAME}
"src/unit-algorithms.cpp" "src/unit-algorithms.cpp"
"src/unit-allocator.cpp" "src/unit-allocator.cpp"
"src/unit-capacity.cpp" "src/unit-capacity.cpp"
"src/unit-cbor.cpp"
"src/unit-class_const_iterator.cpp" "src/unit-class_const_iterator.cpp"
"src/unit-class_iterator.cpp" "src/unit-class_iterator.cpp"
"src/unit-class_lexer.cpp" "src/unit-class_lexer.cpp"
......
...@@ -10,6 +10,7 @@ SOURCES = src/unit.cpp \ ...@@ -10,6 +10,7 @@ SOURCES = src/unit.cpp \
src/unit-algorithms.cpp \ src/unit-algorithms.cpp \
src/unit-allocator.cpp \ src/unit-allocator.cpp \
src/unit-capacity.cpp \ src/unit-capacity.cpp \
src/unit-cbor.cpp \
src/unit-class_const_iterator.cpp \ src/unit-class_const_iterator.cpp \
src/unit-class_iterator.cpp \ src/unit-class_iterator.cpp \
src/unit-class_lexer.cpp \ src/unit-class_lexer.cpp \
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment