Skip to content

Commit 0e44b77

Browse files
committed
modify meson files
1 parent 6d060a4 commit 0e44b77

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/iceberg/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ iceberg_sources = files(
103103
'transform_function.cc',
104104
'type.cc',
105105
'update/pending_update.cc',
106+
'update/update_location.cc',
106107
'update/update_partition_spec.cc',
107108
'update/update_properties.cc',
108109
'update/update_schema.cc',

src/iceberg/test/meson.build

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ iceberg_tests = {
9696
),
9797
},
9898
'roaring_test': {'sources': files('roaring_test.cc')},
99+
'table_update_test': {
100+
'sources': files(
101+
'transaction_test.cc',
102+
'update_location_test.cc',
103+
'update_partition_spec_test.cc',
104+
'update_properties_test.cc',
105+
'update_schema_test.cc',
106+
'update_sort_order_test.cc',
107+
),
108+
},
99109
}
100110

101111
if get_option('rest').enabled()

src/iceberg/update/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install_headers(
2222
'update_schema.h',
2323
'update_sort_order.h',
2424
'update_properties.h',
25+
'update_location.h',
2526
],
2627
subdir: 'iceberg/update',
2728
)

0 commit comments

Comments
 (0)