Skip to content

Commit 5e59a93

Browse files
committed
test: reorganize table metadata test suite
1 parent 2adb461 commit 5e59a93

5 files changed

Lines changed: 346 additions & 357 deletions

File tree

src/iceberg/test/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ add_iceberg_test(table_test
8282
json_internal_test.cc
8383
pending_update_test.cc
8484
schema_json_test.cc
85-
table_metadata_builder_test.cc
8685
table_test.cc
86+
table_metadata_builder_test.cc
87+
table_requirement_test.cc
88+
table_update_test.cc
8789
test_common.cc)
8890

8991
add_iceberg_test(expression_test

src/iceberg/test/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ iceberg_tests = {
4848
'json_internal_test.cc',
4949
'schema_json_test.cc',
5050
'table_metadata_builder_test.cc',
51+
'table_requirement_test.cc',
5152
'table_test.cc',
53+
'table_update_test.cc',
5254
'test_common.cc',
5355
),
5456
},

0 commit comments

Comments
 (0)