Skip to content

Commit 2d89733

Browse files
committed
[tests] Add a missing tests target dependency.
1 parent 6c7cab6 commit 2d89733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(PYTHONINTERP_FOUND)
3333
--param build_mode=${build_mode})
3434

3535
set(test_target_dependencies
36-
llbuild swift-build-tool UnitTests)
36+
llbuild libllbuild swift-build-tool UnitTests)
3737

3838
add_custom_target(test-llbuild
3939
COMMAND ${lit_command} ${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)