blob: 3cb3cb8d3c8021cff16beebad3ec7dfaf9f2edf3 [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
9 SourceManagerTest.cpp
Ben Langmuirc8130a72014-02-20 21:59:23 +000010 VirtualFileSystemTest.cpp
Chandler Carruth016bbd82012-06-21 09:51:42 +000011 )
12
13target_link_libraries(BasicTests
14 clangBasic
Chandler Carruth016bbd82012-06-21 09:51:42 +000015 clangLex
16 )