blob: 43538d5607506034ec4436a067f0ead80c632f5f [file] [log] [blame]
##===- unittests/Rewrite/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 = Rewrite
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) support
USEDLIBS = clangRewrite.a clangLex.a clangBasic.a
include $(CLANG_LEVEL)/unittests/Makefile