@@ -21,6 +21,7 @@ set( TEST_SOURCES
2121 daw_arith_traits_test.cpp
2222 daw_array_test.cpp
2323 daw_benchmark_test.cpp
24+ daw_bounded_vector_test.cpp
2425 daw_constant_test.cpp
2526 daw_container_algorithm_test.cpp
2627 daw_cx_offset_of_test.cpp
@@ -29,12 +30,14 @@ set( TEST_SOURCES
2930 daw_exception_test.cpp
3031 daw_expected_test.cpp
3132 daw_fnv1a_hash_test.cpp
32- daw_function_table_test.cpp
3333 daw_function_ref_test.cpp
34+ daw_function_table_test.cpp
3435 daw_function_test.cpp
3536 daw_function_view_test.cpp
3637 daw_fwd_pack_apply_test.cpp
3738 daw_generic_hash_test.cpp
39+ daw_graph_algorithm_test.cpp
40+ daw_graph_test.cpp
3841 daw_hash_set_test.cpp
3942 daw_integers_signed_test.cpp
4043 daw_is_any_of_test.cpp
@@ -109,20 +112,16 @@ set( TEST_SOURCES
109112
110113set ( DEPRECATED_TEST_SOURCES
111114 daw_cstring_test.cpp
112- daw_bounded_array_test.cpp
113115 daw_bounded_graph_test.cpp
114116 daw_bounded_hash_map_test.cpp
115117 daw_bounded_hash_set_test.cpp
116118 daw_bounded_string_test.cpp
117- daw_bounded_vector_test.cpp
118119 daw_carray_test.cpp
119120 daw_checked_expected_test.cpp
120121 daw_clumpy_sparsy_test.cpp
121122 daw_copiable_unique_ptr_test.cpp
122123 daw_fixed_array_test.cpp
123124 daw_fixed_lookup_test.cpp
124- daw_graph_algorithm_test.cpp
125- daw_graph_test.cpp
126125 daw_heap_array_test.cpp
127126 daw_heap_value_test.cpp
128127 daw_optional_poly_test.cpp
0 commit comments