Skip to content

Commit 284e8f6

Browse files
committed
modify meson files
1 parent 54ff51a commit 284e8f6

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/iceberg/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ iceberg_sources = files(
104104
'type.cc',
105105
'update/pending_update.cc',
106106
'update/snapshot_update.cc',
107+
'update/update_location.cc',
107108
'update/update_partition_spec.cc',
108109
'update/update_properties.cc',
109110
'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
@@ -23,6 +23,7 @@ install_headers(
2323
'update_schema.h',
2424
'update_sort_order.h',
2525
'update_properties.h',
26+
'update_location.h',
2627
],
2728
subdir: 'iceberg/update',
2829
)

0 commit comments

Comments
 (0)