Skip to content

Commit 9f15699

Browse files
committed
add tests
1 parent d131147 commit 9f15699

File tree

3 files changed

+403
-2
lines changed

3 files changed

+403
-2
lines changed

include/sparrow_ipc/serialize_utils.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,4 @@ namespace sparrow_ipc
367367
*/
368368
[[nodiscard]] SPARROW_IPC_API std::vector<uint8_t>
369369
serialize_record_batch(const sparrow::record_batch& record_batch);
370-
371-
372370
}

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set(SPARROW_IPC_TESTS_SRC
88
test_arrow_array.cpp
99
test_arrow_schema.cpp
1010
test_deserialization_with_files.cpp
11+
test_serialize_utils.cpp
1112
test_utils.cpp
1213
)
1314

0 commit comments

Comments
 (0)