@@ -910,89 +910,89 @@ if(${TEST})
910
910
python_utils_dump_vars_if_enabled("Python for test compilation" )
911
911
912
912
set (unit_test_srcs
913
- # async/test/test_async.cpp
914
- # codec/test/test_codec.cpp
915
- # codec/test/test_encode_field_collection.cpp
916
- # codec/test/test_segment_header.cpp
917
- # codec/test/test_encoded_field.cpp
918
- # column_store/test/ingestion_stress_test.cpp
919
- # column_store/test/test_column.cpp
920
- # column_store/test/test_column_data_random_accessor.cpp
921
- # column_store/test/test_index_filtering.cpp
922
- # column_store/test/test_memory_segment.cpp
923
- # column_store/test/test_statistics.cpp
924
- # entity/test/test_atom_key.cpp
925
- # entity/test/test_key_serialization.cpp
926
- # entity/test/test_metrics.cpp
927
- # entity/test/test_ref_key.cpp
928
- # entity/test/test_tensor.cpp
929
- # log/test/test_log.cpp
930
- # pipeline/test/test_container.hpp
931
- # pipeline/test/test_pipeline.cpp
932
- # pipeline/test/test_query.cpp
933
- # pipeline/test/test_frame_allocation.cpp
934
- # util/test/test_regex.cpp
935
- # processing/test/test_arithmetic_type_promotion.cpp
936
- # processing/test/test_clause.cpp
937
- # processing/test/test_component_manager.cpp
938
- # processing/test/test_expression.cpp
939
- # processing/test/test_filter_and_project_sparse.cpp
940
- # processing/test/test_type_promotion.cpp
941
- # processing/test/test_operation_dispatch.cpp
913
+ async/test /test_async.cpp
914
+ codec/test /test_codec.cpp
915
+ codec/test /test_encode_field_collection.cpp
916
+ codec/test /test_segment_header.cpp
917
+ codec/test /test_encoded_field.cpp
918
+ column_store/test /ingestion_stress_test.cpp
919
+ column_store/test /test_column.cpp
920
+ column_store/test /test_column_data_random_accessor.cpp
921
+ column_store/test /test_index_filtering.cpp
922
+ column_store/test /test_memory_segment.cpp
923
+ column_store/test /test_statistics.cpp
924
+ entity/test /test_atom_key.cpp
925
+ entity/test /test_key_serialization.cpp
926
+ entity/test /test_metrics.cpp
927
+ entity/test /test_ref_key.cpp
928
+ entity/test /test_tensor.cpp
929
+ log /test /test_log.cpp
930
+ pipeline/test /test_container.hpp
931
+ pipeline/test /test_pipeline.cpp
932
+ pipeline/test /test_query.cpp
933
+ pipeline/test /test_frame_allocation.cpp
934
+ util/test /test_regex.cpp
935
+ processing/test /test_arithmetic_type_promotion.cpp
936
+ processing/test /test_clause.cpp
937
+ processing/test /test_component_manager.cpp
938
+ processing/test /test_expression.cpp
939
+ processing/test /test_filter_and_project_sparse.cpp
940
+ processing/test /test_type_promotion.cpp
941
+ processing/test /test_operation_dispatch.cpp
942
942
processing/test /test_output_schema.cpp
943
- # processing/test/test_parallel_processing.cpp
944
- # processing/test/test_resample.cpp
945
- # processing/test/test_set_membership.cpp
946
- # processing/test/test_signed_unsigned_comparison.cpp
947
- # processing/test/test_type_comparison.cpp
948
- # storage/test/test_local_storages.cpp
949
- # storage/test/test_memory_storage.cpp
950
- # storage/test/test_s3_storage.cpp
951
- # storage/test/test_storage_factory.cpp
952
- # storage/test/common.hpp
953
- # storage/test/test_storage_exceptions.cpp
954
- # storage/test/test_azure_storage.cpp
955
- # storage/test/common.hpp
956
- # storage/test/test_storage_operations.cpp
957
- # stream/test/stream_test_common.cpp
958
- # stream/test/test_aggregator.cpp
959
- # stream/test/test_incompletes.cpp
960
- # stream/test/test_protobuf_mappings.cpp
961
- # stream/test/test_row_builder.cpp
962
- # stream/test/test_segment_aggregator.cpp
963
- # stream/test/test_types.cpp
964
- # util/memory_tracing.hpp
943
+ processing/test /test_parallel_processing.cpp
944
+ processing/test /test_resample.cpp
945
+ processing/test /test_set_membership.cpp
946
+ processing/test /test_signed_unsigned_comparison.cpp
947
+ processing/test /test_type_comparison.cpp
948
+ storage/test /test_local_storages.cpp
949
+ storage/test /test_memory_storage.cpp
950
+ storage/test /test_s3_storage.cpp
951
+ storage/test /test_storage_factory.cpp
952
+ storage/test /common.hpp
953
+ storage/test /test_storage_exceptions.cpp
954
+ storage/test /test_azure_storage.cpp
955
+ storage/test /common.hpp
956
+ storage/test /test_storage_operations.cpp
957
+ stream/test /stream_test_common.cpp
958
+ stream/test /test_aggregator.cpp
959
+ stream/test /test_incompletes.cpp
960
+ stream/test /test_protobuf_mappings.cpp
961
+ stream/test /test_row_builder.cpp
962
+ stream/test /test_segment_aggregator.cpp
963
+ stream/test /test_types.cpp
964
+ util/memory_tracing.hpp
965
965
util/test /gtest_main.cpp
966
- # util/test/random_throw.hpp
967
- # util/test/test_bitmagic.cpp
968
- # util/test/test_buffer_pool.cpp
969
- # util/test/test_composite.cpp
970
- # util/test/test_cursor.cpp
971
- # util/test/test_decimal.cpp
972
- # util/test/test_exponential_backoff.cpp
973
- # util/test/test_format_date.cpp
974
- # util/test/test_hash.cpp
975
- # util/test/test_id_transformation.cpp
976
- # util/test/test_key_utils.cpp
977
- # util/test/test_ranges_from_future.cpp
978
- # util/test/test_reliable_storage_lock.cpp
979
- # util/test/test_slab_allocator.cpp
980
- # util/test/test_storage_lock.cpp
981
- # util/test/test_string_pool.cpp
982
- # util/test/test_string_utils.cpp
983
- # util/test/test_tracing_allocator.cpp
984
- # version/test/test_append.cpp
985
- # version/test/test_key_block.cpp
986
- # version/test/test_sort_index.cpp
987
- # version/test/test_sorting_info_state_machine.cpp
988
- # version/test/test_sparse.cpp
989
- # version/test/test_stream_version_data.cpp
990
- # version/test/test_symbol_list.cpp
991
- # version/test/test_version_map.cpp
992
- # version/test/test_version_map_batch.cpp
993
- # version/test/test_version_store.cpp
994
- # version/test/version_map_model.hpp
995
- # python/python_handlers.cpp
966
+ util/test /random_throw.hpp
967
+ util/test /test_bitmagic.cpp
968
+ util/test /test_buffer_pool.cpp
969
+ util/test /test_composite.cpp
970
+ util/test /test_cursor.cpp
971
+ util/test /test_decimal.cpp
972
+ util/test /test_exponential_backoff.cpp
973
+ util/test /test_format_date.cpp
974
+ util/test /test_hash.cpp
975
+ util/test /test_id_transformation.cpp
976
+ util/test /test_key_utils.cpp
977
+ util/test /test_ranges_from_future.cpp
978
+ util/test /test_reliable_storage_lock.cpp
979
+ util/test /test_slab_allocator.cpp
980
+ util/test /test_storage_lock.cpp
981
+ util/test /test_string_pool.cpp
982
+ util/test /test_string_utils.cpp
983
+ util/test /test_tracing_allocator.cpp
984
+ version /test /test_append.cpp
985
+ version /test /test_key_block.cpp
986
+ version /test /test_sort_index.cpp
987
+ version /test /test_sorting_info_state_machine.cpp
988
+ version /test /test_sparse.cpp
989
+ version /test /test_stream_version_data.cpp
990
+ version /test /test_symbol_list.cpp
991
+ version /test /test_version_map.cpp
992
+ version /test /test_version_map_batch.cpp
993
+ version /test /test_version_store.cpp
994
+ version /test /version_map_model.hpp
995
+ python/python_handlers.cpp
996
996
)
997
997
998
998
set (EXECUTABLE_PERMS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) # 755
0 commit comments