summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling/Makefile
blob: cc2eeee1d4ea7bfea69cc90468c5e87a3f45bb8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
##===- unittests/Tooling/Makefile --------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

CLANG_LEVEL = ../..
TESTNAME = Tooling
LINK_COMPONENTS := support mc
USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
           clangParse.a clangSema.a clangAnalysis.a clangAST.a clangLex.a \
           clangBasic.a

include $(CLANG_LEVEL)/unittests/Makefile