Commit ea02f4d4 authored by Davis King's avatar Davis King

Added unit tests for the new graph cuts tools.

parent 80e501d8
......@@ -45,6 +45,7 @@ set (tests
find_max_factor_graph_viterbi.cpp
geometry.cpp
graph.cpp
graph_cuts.cpp
hash.cpp
hash_map.cpp
hash_set.cpp
......
This diff is collapsed.
......@@ -60,6 +60,7 @@ SRC += find_max_factor_graph_nmplp.cpp
SRC += find_max_factor_graph_viterbi.cpp
SRC += geometry.cpp
SRC += graph.cpp
SRC += graph_cuts.cpp
SRC += hash.cpp
SRC += hash_map.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