Commit 8b6a5455 authored by Davis King's avatar Davis King

I just sorted the list of test files.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403325
parent be3765a8
...@@ -27,15 +27,15 @@ set (tests ...@@ -27,15 +27,15 @@ set (tests
cmd_line_parser.cpp cmd_line_parser.cpp
cmd_line_parser_wchar_t.cpp cmd_line_parser_wchar_t.cpp
compress_stream.cpp compress_stream.cpp
conditioning_class.cpp
conditioning_class_c.cpp conditioning_class_c.cpp
conditioning_class.cpp
config_reader.cpp config_reader.cpp
directed_graph.cpp directed_graph.cpp
empirical_kernel_map.cpp empirical_kernel_map.cpp
graph.cpp
geometry.cpp
entropy_coder.cpp entropy_coder.cpp
entropy_encoder_model.cpp entropy_encoder_model.cpp
geometry.cpp
graph.cpp
hash_map.cpp hash_map.cpp
hash_set.cpp hash_set.cpp
hash_table.cpp hash_table.cpp
...@@ -43,13 +43,13 @@ set (tests ...@@ -43,13 +43,13 @@ set (tests
kcentroid.cpp kcentroid.cpp
lz77_buffer.cpp lz77_buffer.cpp
map.cpp map.cpp
matrix.cpp
matrix2.cpp matrix2.cpp
matrix3.cpp matrix3.cpp
matrix_lu.cpp
matrix_qr.cpp
matrix_chol.cpp matrix_chol.cpp
matrix.cpp
matrix_eig.cpp matrix_eig.cpp
matrix_lu.cpp
matrix_qr.cpp
md5.cpp md5.cpp
member_function_pointer.cpp member_function_pointer.cpp
metaprogramming.cpp metaprogramming.cpp
...@@ -65,16 +65,16 @@ set (tests ...@@ -65,16 +65,16 @@ set (tests
set.cpp set.cpp
sliding_buffer.cpp sliding_buffer.cpp
smart_pointers.cpp smart_pointers.cpp
sockets.cpp
sockets2.cpp sockets2.cpp
sockets.cpp
sockstreambuf.cpp sockstreambuf.cpp
stack.cpp stack.cpp
static_map.cpp static_map.cpp
static_set.cpp static_set.cpp
string.cpp string.cpp
svm.cpp svm.cpp
threads.cpp
thread_pool.cpp thread_pool.cpp
threads.cpp
timer.cpp timer.cpp
tokenizer.cpp tokenizer.cpp
tuple.cpp tuple.cpp
......
...@@ -37,15 +37,15 @@ SRC += binary_search_tree_mm2.cpp ...@@ -37,15 +37,15 @@ SRC += binary_search_tree_mm2.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
SRC += compress_stream.cpp SRC += compress_stream.cpp
SRC += conditioning_class.cpp
SRC += conditioning_class_c.cpp SRC += conditioning_class_c.cpp
SRC += conditioning_class.cpp
SRC += config_reader.cpp SRC += config_reader.cpp
SRC += directed_graph.cpp SRC += directed_graph.cpp
SRC += empirical_kernel_map.cpp SRC += empirical_kernel_map.cpp
SRC += graph.cpp
SRC += geometry.cpp
SRC += entropy_coder.cpp SRC += entropy_coder.cpp
SRC += entropy_encoder_model.cpp SRC += entropy_encoder_model.cpp
SRC += geometry.cpp
SRC += graph.cpp
SRC += hash_map.cpp SRC += hash_map.cpp
SRC += hash_set.cpp SRC += hash_set.cpp
SRC += hash_table.cpp SRC += hash_table.cpp
...@@ -53,13 +53,13 @@ SRC += image.cpp ...@@ -53,13 +53,13 @@ SRC += image.cpp
SRC += kcentroid.cpp SRC += kcentroid.cpp
SRC += lz77_buffer.cpp SRC += lz77_buffer.cpp
SRC += map.cpp SRC += map.cpp
SRC += matrix.cpp
SRC += matrix2.cpp SRC += matrix2.cpp
SRC += matrix3.cpp SRC += matrix3.cpp
SRC += matrix_lu.cpp
SRC += matrix_qr.cpp
SRC += matrix_chol.cpp SRC += matrix_chol.cpp
SRC += matrix.cpp
SRC += matrix_eig.cpp SRC += matrix_eig.cpp
SRC += matrix_lu.cpp
SRC += matrix_qr.cpp
SRC += md5.cpp SRC += md5.cpp
SRC += member_function_pointer.cpp SRC += member_function_pointer.cpp
SRC += metaprogramming.cpp SRC += metaprogramming.cpp
...@@ -75,16 +75,16 @@ SRC += serialize.cpp ...@@ -75,16 +75,16 @@ SRC += serialize.cpp
SRC += set.cpp SRC += set.cpp
SRC += sliding_buffer.cpp SRC += sliding_buffer.cpp
SRC += smart_pointers.cpp SRC += smart_pointers.cpp
SRC += sockets.cpp
SRC += sockets2.cpp SRC += sockets2.cpp
SRC += sockets.cpp
SRC += sockstreambuf.cpp SRC += sockstreambuf.cpp
SRC += stack.cpp SRC += stack.cpp
SRC += static_map.cpp SRC += static_map.cpp
SRC += static_set.cpp SRC += static_set.cpp
SRC += string.cpp SRC += string.cpp
SRC += svm.cpp SRC += svm.cpp
SRC += threads.cpp
SRC += thread_pool.cpp SRC += thread_pool.cpp
SRC += threads.cpp
SRC += timer.cpp SRC += timer.cpp
SRC += tokenizer.cpp SRC += tokenizer.cpp
SRC += tuple.cpp SRC += tuple.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