mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This infrastructure has more than proven itself. Drop the code paths and tests supporting the status quo.
11 lines
255 B
CMake
11 lines
255 B
CMake
add_swift_unittest(SwiftDriverTests
|
|
FineGrainedDependencyGraphTests.cpp
|
|
MockingFineGrainedDependencyGraphs.cpp
|
|
UnitTestSourceFileDepGraphFactory.cpp
|
|
)
|
|
|
|
target_link_libraries(SwiftDriverTests PRIVATE
|
|
swiftAST
|
|
swiftClangImporter
|
|
swiftDriver)
|