Skip to content

Commit 0fef1f4

Browse files
committed
Improvement 3
1 parent a9301f2 commit 0fef1f4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

test/CMakeLists.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ set(SPARROW_TESTS_SOURCES
4747
test_arrow_array_schema_utils.cpp
4848
test_arrow_array.cpp
4949
test_arrow_schema.cpp
50-
# test_binary_array.cpp
5150
test_bit.cpp
5251
test_buffer_adaptor.cpp
5352
test_buffer.cpp
5453
test_builder_dict_encoded.cpp
5554
test_builder_run_end_encoded.cpp
5655
test_builder_utils.cpp
57-
# test_builder.cpp
56+
test_builder.cpp
5857
test_date_array.cpp
5958
test_decimal_array.cpp
6059
test_decimal.cpp
@@ -86,10 +85,8 @@ set(SPARROW_TESTS_SOURCES
8685
test_record_batch.cpp
8786
test_repeat_container.cpp
8887
test_run_end_encoded_array.cpp
89-
# test_string_array.cpp
9088
test_struct_array.cpp
9189
test_time_array.cpp
92-
# test_timestamp_array.cpp
9390
test_timestamp_without_timezone_array.cpp
9491
test_traits.cpp
9592
test_u8_buffer.cpp
@@ -100,6 +97,14 @@ set(SPARROW_TESTS_SOURCES
10097
test_variable_size_binary_view_array.cpp
10198
)
10299

100+
if(NOT EMSCRIPTEN)
101+
list(APPEND SPARROW_TESTS_SOURCES
102+
test_binary_array.cpp
103+
test_string_array.cpp
104+
test_timestamp_array.cpp
105+
)
106+
endif()
107+
103108
set(test_target "test_sparrow_lib")
104109
add_executable(${test_target} ${SPARROW_TESTS_SOURCES})
105110

0 commit comments

Comments
 (0)