Commit 70360c76 authored by Davis King's avatar Davis King

Added unit tests for cca() and svd_fast()

parent e7c770f0
...@@ -25,6 +25,7 @@ set (tests ...@@ -25,6 +25,7 @@ set (tests
bridge.cpp bridge.cpp
bsp.cpp bsp.cpp
byte_orderer.cpp byte_orderer.cpp
cca.cpp
clustering.cpp clustering.cpp
cmd_line_parser.cpp cmd_line_parser.cpp
cmd_line_parser_wchar_t.cpp cmd_line_parser_wchar_t.cpp
......
This diff is collapsed.
...@@ -41,6 +41,7 @@ SRC += binary_search_tree_mm2.cpp ...@@ -41,6 +41,7 @@ SRC += binary_search_tree_mm2.cpp
SRC += bridge.cpp SRC += bridge.cpp
SRC += bsp.cpp SRC += bsp.cpp
SRC += byte_orderer.cpp SRC += byte_orderer.cpp
SRC += cca.cpp
SRC += clustering.cpp SRC += clustering.cpp
SRC += cmd_line_parser.cpp SRC += cmd_line_parser.cpp
SRC += cmd_line_parser_wchar_t.cpp SRC += cmd_line_parser_wchar_t.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