[pseudo] Include missing `count` in test deps.
We don't use this for testing, but one of the lit python modules requires it :-\ After this, check-clang-pseudo passes with a clean build tree.
This commit is contained in:
parent
1235aaefbd
commit
5749a261c5
|
|
@ -3,7 +3,7 @@ set(CLANG_PSEUDO_TEST_DEPS
|
|||
ClangPseudoTests
|
||||
)
|
||||
|
||||
foreach(dep FileCheck not)
|
||||
foreach(dep FileCheck not count)
|
||||
if(TARGET ${dep})
|
||||
list(APPEND CLANG_PSEUDO_TEST_DEPS ${dep})
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue