summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling/Makefile
blob: 0829da543d0b0253392ae0b3101d7f4769102d71 (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 clangEdit.a clangAST.a \
           clangLex.a clangBasic.a

include $(CLANG_LEVEL)/unittests/Makefile