Skip to content
Snippets Groups Projects
Commit d3a20f59 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

[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
parent 49517a49
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \ ...@@ -18,7 +18,7 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
OPTIONAL_DIRS := extra OPTIONAL_DIRS := extra
ifeq ($(BUILD_CLANG_ONLY),YES) ifeq ($(BUILD_CLANG_ONLY),YES)
DIRS := driver libclang DIRS := driver libclang c-index-test
OPTIONAL_DIRS := OPTIONAL_DIRS :=
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment