blob: 300dcd5cb87b14360de53bc6b483d6ce6eecdc17 [file] [log] [blame]
Chandler Carruth0c750ec2012-06-21 09:51:42 +00001add_clang_unittest(BasicTests
2 FileManagerTest.cpp
3 SourceManagerTest.cpp
4 )
5
6target_link_libraries(BasicTests
7 clangBasic
8 clangLex
9 )