Skip to content

Commit 326e403

Browse files
author
David Ungar
committed
unit tests for fine-grained dependencies
1 parent cbd458c commit 326e403

File tree

3 files changed

+1153
-72
lines changed

3 files changed

+1153
-72
lines changed

unittests/Driver/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
add_swift_unittest(SwiftDriverTests
22
CoarseGrainedDependencyGraphTests.cpp
3+
FineGrainedDependencyGraphTests.cpp
34
)
45

56
target_link_libraries(SwiftDriverTests
67
PRIVATE
78
swiftDriver
9+
swiftClangImporter
10+
swiftAST
811
)

0 commit comments

Comments
 (0)