blob: 51db6ce9e294f1bfedac92ab443c9c28346d162b [file] [log] [blame]
Chandler Carruth0c750ec2012-06-21 09:51:42 +00001add_clang_unittest(BasicTests
Jordan Rose98939022013-02-08 22:30:22 +00002 CharInfoTest.cpp
Chandler Carruth0c750ec2012-06-21 09:51:42 +00003 FileManagerTest.cpp
4 SourceManagerTest.cpp
5 )
6
7target_link_libraries(BasicTests
8 clangBasic
9 clangLex
10 )