Skip to content

Commit 5e5b575

Browse files
committed
test: reorganize table metadata test suite
1 parent de7f1dc commit 5e5b575

File tree

5 files changed

+347
-358
lines changed

5 files changed

+347
-358
lines changed

src/iceberg/test/CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ add_iceberg_test(table_test
8181
SOURCES
8282
test_common.cc
8383
json_internal_test.cc
84-
table_test.cc
8584
schema_json_test.cc
86-
table_metadata_builder_test.cc)
85+
table_test.cc
86+
table_metadata_builder_test.cc
87+
table_requirement_test.cc
88+
table_update_test.cc)
8789

8890
add_iceberg_test(expression_test
8991
SOURCES

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)