Commit ad3ede2d authored by Davis King's avatar Davis King

Added unit tests for the graph labeling stuff.

parent bda0943d
...@@ -46,6 +46,7 @@ set (tests ...@@ -46,6 +46,7 @@ set (tests
geometry.cpp geometry.cpp
graph.cpp graph.cpp
graph_cuts.cpp graph_cuts.cpp
graph_labeler.cpp
hash.cpp hash.cpp
hash_map.cpp hash_map.cpp
hash_set.cpp hash_set.cpp
......
This diff is collapsed.
...@@ -61,6 +61,7 @@ SRC += find_max_factor_graph_viterbi.cpp ...@@ -61,6 +61,7 @@ SRC += find_max_factor_graph_viterbi.cpp
SRC += geometry.cpp SRC += geometry.cpp
SRC += graph.cpp SRC += graph.cpp
SRC += graph_cuts.cpp SRC += graph_cuts.cpp
SRC += graph_labeler.cpp
SRC += hash.cpp SRC += hash.cpp
SRC += hash_map.cpp SRC += hash_map.cpp
SRC += hash_set.cpp SRC += hash_set.cpp
......
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