[c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.

It is part of libclang and has other uses besides running the clang tests.

llvm-svn: 167478
This commit is contained in:
Argyrios Kyrtzidis 2012-11-06 19:14:25 +00:00
parent 49517a494b
commit d3a20f5974
1 changed files with 1 additions and 1 deletions

View 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