summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-01-19 15:59:01 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-01-19 15:59:01 +0000
commit19d5aea478b4f542e1ef7c36741e719c660bcc20 (patch)
tree30365148befcff6e78767a357030e1834b26812c /unittests/Makefile
parentf5f18bfde0e46c154cf0207c895f917d0b50d53f (diff)
downloadclang-19d5aea478b4f542e1ef7c36741e719c660bcc20.tar.gz
clang-19d5aea478b4f542e1ef7c36741e719c660bcc20.tar.bz2
clang-19d5aea478b4f542e1ef7c36741e719c660bcc20.tar.xz
Add unit testing for Lexer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148478 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 951e17e217..66c006232d 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
-PARALLEL_DIRS = Basic Frontend
+PARALLEL_DIRS = Basic Frontend Lex
endif # CLANG_LEVEL