Commit 4f08da0d authored by Davis King's avatar Davis King

Added unit tests for the new sequence labeling stuff

parent d933439a
......@@ -87,6 +87,7 @@ set (tests
reference_counter.cpp
scan_image.cpp
sequence.cpp
sequence_labeler.cpp
serialize.cpp
set.cpp
sldf.cpp
......
......@@ -102,6 +102,7 @@ SRC += read_write_mutex.cpp
SRC += reference_counter.cpp
SRC += scan_image.cpp
SRC += sequence.cpp
SRC += sequence_labeler.cpp
SRC += serialize.cpp
SRC += set.cpp
SRC += sldf.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