[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:
Sam McCall 2022-04-07 00:13:59 +02:00
parent 1235aaefbd
commit 5749a261c5
1 changed files with 1 additions and 1 deletions

View File

@ -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()