Skip to content

Commit 3209531

Browse files
authored
[test] add missing split-file dependency for validation tests (#37922)
1 parent 9b6e470 commit 3209531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ function(get_test_dependencies SDK result_var_name)
9595
llvm-readelf
9696
llvm-readobj
9797
llvm-strings
98-
not)
98+
not
99+
split-file)
99100
endif()
100101

101102
if(("${SDK}" STREQUAL "IOS") OR

0 commit comments

Comments
 (0)