Skip to content

Commit 0262515

Browse files
committed
[LLVM] Exclude specialized lit test suites from check-all
1 parent 2654b51 commit 0262515

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/FileCheck/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
add_lit_testsuite(check-llvm-filecheck "Running lit suite for FileCheck"
22
${CMAKE_CURRENT_BINARY_DIR}
3+
EXCLUDE_FROM_CHECK_ALL
34
DEPENDS ${LLVM_TEST_DEPENDS_COMMON}
45
)

llvm/test/TableGen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
add_lit_testsuite(check-llvm-tablegen "Running lit suite for TableGen"
22
${CMAKE_CURRENT_BINARY_DIR}
3+
EXCLUDE_FROM_CHECK_ALL
34
DEPENDS ${LLVM_TEST_DEPENDS_COMMON}
45
DEPENDS llvm-tblgen
56
)

0 commit comments

Comments
 (0)