[all-commits] [llvm/llvm-project] cb74d2: [clangd] Make bin/llvm-lit run standalone clangd t...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Tue Jan 28 07:18:05 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cb74d2e1bdec8510f4ddd41e1ec879d745f40597
https://github.com/llvm/llvm-project/commit/cb74d2e1bdec8510f4ddd41e1ec879d745f40597
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M clang-tools-extra/clangd/test/CMakeLists.txt
Log Message:
-----------
[clangd] Make bin/llvm-lit run standalone clangd tests
Summary:
Currently clangd lit tests can't be run in isolation because we don't
set some of the config parameters. This enables running
./bin/llvm-lit ../clang-tools-extra/clangd/test/
or any other test in that subdirectory.
Reviewers: sammccall
Subscribers: mgorny, ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73538
More information about the All-commits
mailing list