Skip to content

Commit 0967496

Browse files
whitneywhtsangetiotto
authored andcommitted
Add FileCheck as DEPEND of check-polygeist-opt (#13)
`ninja check-polygeist-opt` depends on `FileCheck`, but it was not indicated, which caused failures. Signed-off-by: Tsang, Whitney <[email protected]>
1 parent a0f0d01 commit 0967496

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

polygeist/test/CMakeLists.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ configure_lit_site_cfg(
77

88
add_lit_testsuite(check-polygeist-opt "Verify Polygeist passes perform correctly"
99
${CMAKE_CURRENT_BINARY_DIR}
10-
DEPENDS polygeist-opt
10+
DEPENDS
11+
polygeist-opt
12+
FileCheck count not
1113
ARGS -v
1214
)
1315

0 commit comments

Comments
 (0)