NAKAMURA Takumi | ac851792 | 2013-12-10 12:40:37 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | Support | ||||
3 | ) | ||||
4 | |||||
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 5 | add_clang_unittest(BasicTests |
Jordan Rose | a2100d7 | 2013-02-08 22:30:22 +0000 | [diff] [blame] | 6 | CharInfoTest.cpp |
Richard Smith | a268671 | 2014-12-05 21:52:58 +0000 | [diff] [blame] | 7 | DiagnosticTest.cpp |
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 8 | FileManagerTest.cpp |
Duncan P. N. Exon Smith | 030d7d6 | 2017-03-20 17:58:26 +0000 | [diff] [blame] | 9 | MemoryBufferCacheTest.cpp |
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 10 | SourceManagerTest.cpp |
Ben Langmuir | c8130a7 | 2014-02-20 21:59:23 +0000 | [diff] [blame] | 11 | VirtualFileSystemTest.cpp |
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 12 | ) |
13 | |||||
14 | target_link_libraries(BasicTests | ||||
Shoaib Meenai | d806af3 | 2017-12-05 21:49:56 +0000 | [diff] [blame] | 15 | PRIVATE |
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 16 | clangBasic |
Chandler Carruth | 016bbd8 | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 17 | clangLex |
18 | ) |