Chandler Carruth | 0c750ec | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 1 | add_clang_unittest(LexTests |
2 | LexerTest.cpp | ||||
Argyrios Kyrtzidis | cfa1caa | 2012-11-01 17:52:58 +0000 | [diff] [blame] | 3 | PPCallbacksTest.cpp |
NAKAMURA Takumi | b331b5e | 2012-12-04 07:40:33 +0000 | [diff] [blame] | 4 | PPConditionalDirectiveRecordTest.cpp |
Chandler Carruth | 0c750ec | 2012-06-21 09:51:42 +0000 | [diff] [blame] | 5 | ) |
6 | |||||
7 | target_link_libraries(LexTests | ||||
8 | clangLex | ||||
9 | ) |