]> granicus.if.org Git - clang/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167478 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index fb23e668073d8585ce29d64033feed1e984a0d98..23197a15b4c1a5616c883fac4ede0aadd7fc97da 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