Chandler Carruth | 0c750ec | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 1 | add_clang_unittest(BasicTests |
Jordan Rose | 9893902 | 2013-02-08 22:30:22 +0000 | [diff] [blame] | 2 | CharInfoTest.cpp |
Chandler Carruth | 0c750ec | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 3 | FileManagerTest.cpp |
4 | SourceManagerTest.cpp | ||||
5 | ) | ||||
6 | |||||
7 | target_link_libraries(BasicTests | ||||
8 | clangBasic | ||||
9 | clangLex | ||||
10 | ) |