Skip to content
Snippets Groups Projects
Commit 5749a261 authored by Sam McCall's avatar Sam McCall
Browse files

[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.
parent 1235aaef
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment