File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,13 @@ set(SPARROW_TESTS_SOURCES
47
47
test_arrow_array_schema_utils.cpp
48
48
test_arrow_array.cpp
49
49
test_arrow_schema.cpp
50
- # test_binary_array.cpp
51
50
test_bit.cpp
52
51
test_buffer_adaptor.cpp
53
52
test_buffer.cpp
54
53
test_builder_dict_encoded.cpp
55
54
test_builder_run_end_encoded.cpp
56
55
test_builder_utils.cpp
57
- # test_builder.cpp
56
+ test_builder.cpp
58
57
test_date_array.cpp
59
58
test_decimal_array.cpp
60
59
test_decimal.cpp
@@ -86,10 +85,8 @@ set(SPARROW_TESTS_SOURCES
86
85
test_record_batch.cpp
87
86
test_repeat_container.cpp
88
87
test_run_end_encoded_array.cpp
89
- # test_string_array.cpp
90
88
test_struct_array.cpp
91
89
test_time_array.cpp
92
- # test_timestamp_array.cpp
93
90
test_timestamp_without_timezone_array.cpp
94
91
test_traits.cpp
95
92
test_u8_buffer.cpp
@@ -100,6 +97,14 @@ set(SPARROW_TESTS_SOURCES
100
97
test_variable_size_binary_view_array.cpp
101
98
)
102
99
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
+
103
108
set (test_target "test_sparrow_lib" )
104
109
add_executable (${test_target} ${SPARROW_TESTS_SOURCES} )
105
110
You can’t perform that action at this time.
0 commit comments