[c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 6 Nov 2012 19:14:25 +0000 (19:14 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 6 Nov 2012 19:14:25 +0000 (19:14 +0000)
It is part of libclang and has other uses besides running the clang tests.

llvm-svn: 167478

clang/tools/Makefile

index fb23e66..23197a1 100644 (file)
@@ -18,7 +18,7 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
 OPTIONAL_DIRS := extra
 
 ifeq ($(BUILD_CLANG_ONLY),YES)
-  DIRS := driver libclang
+  DIRS := driver libclang c-index-test
   OPTIONAL_DIRS :=
 endif