Home | History | Annotate | Download | only in Lex
      1 add_clang_unittest(LexTests
      2   LexerTest.cpp
      3   PPCallbacksTest.cpp
      4   PPConditionalDirectiveRecordTest.cpp
      5   )
      6 
      7 target_link_libraries(LexTests
      8   clangLex
      9   )
     10