File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ set(LLVM_TEST_DEPENDS
71
71
${LLVM_TEST_DEPENDS_COMMON}
72
72
BugpointPasses
73
73
LLVMWindowsDriver
74
- UnitTests
75
74
bugpoint
76
75
llc
77
76
lli
@@ -270,10 +269,11 @@ add_lit_testsuites(LLVM ${CMAKE_CURRENT_SOURCE_DIR}
270
269
${exclude_from_check_all}
271
270
DEPENDS ${LLVM_TEST_DEPENDS}
272
271
FOLDER "Tests/Subdirectories"
273
- SKIP "^FileCheck" "^TableGen"
272
+ SKIP "^FileCheck" "^TableGen" "^Unit"
274
273
)
275
274
add_subdirectory (FileCheck)
276
275
add_subdirectory (TableGen)
276
+ add_subdirectory (Unit)
277
277
278
278
# Setup an alias for 'check-all'.
279
279
add_custom_target (check)
Original file line number Diff line number Diff line change
1
+ add_lit_testsuite(check-llvm-unit "Running lit suite for LLVM unit tests"
2
+ ${CMAKE_CURRENT_BINARY_DIR}
3
+ EXCLUDE_FROM_CHECK_ALL
4
+ DEPENDS UnitTests
5
+ )
You can’t perform that action at this time.
0 commit comments