Commit 8904db50 authored by Davis King's avatar Davis King

Added a bunch of unit tests for the various forms of structured svm.

parent 8c03fbd6
......@@ -101,6 +101,7 @@ set (tests
svm_c_linear.cpp
svm.cpp
svm_multiclass_linear.cpp
svm_struct.cpp
symmetric_matrix_cache.cpp
thread_pool.cpp
threads.cpp
......
......@@ -111,6 +111,7 @@ SRC += string.cpp
SRC += svm_c_linear.cpp
SRC += svm.cpp
SRC += svm_multiclass_linear.cpp
SRC += svm_struct.cpp
SRC += symmetric_matrix_cache.cpp
SRC += thread_pool.cpp
SRC += threads.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