blob: 3a9f34f3d2754a645db4ed09f26f303db7fd0ae0 [file] [log] [blame]
NAKAMURA Takumiac8517922013-12-10 12:40:37 +00001set(LLVM_LINK_COMPONENTS
2 Support
3 )
4
Chandler Carruth016bbd82012-06-21 09:51:42 +00005add_clang_unittest(BasicTests
Jordan Rosea2100d72013-02-08 22:30:22 +00006 CharInfoTest.cpp
Richard Smitha2686712014-12-05 21:52:58 +00007 DiagnosticTest.cpp
Chandler Carruth016bbd82012-06-21 09:51:42 +00008 FileManagerTest.cpp
Duncan P. N. Exon Smith030d7d62017-03-20 17:58:26 +00009 MemoryBufferCacheTest.cpp
Chandler Carruth016bbd82012-06-21 09:51:42 +000010 SourceManagerTest.cpp
Ben Langmuirc8130a72014-02-20 21:59:23 +000011 VirtualFileSystemTest.cpp
Chandler Carruth016bbd82012-06-21 09:51:42 +000012 )
13
14target_link_libraries(BasicTests
15 clangBasic
Chandler Carruth016bbd82012-06-21 09:51:42 +000016 clangLex
17 )