view unittests/Analysis/Makefile @ 75:90677c4a880a

emit warning when function prototype is not exactly.
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Sun, 04 May 2014 02:24:57 +0900
parents 95c75e76d11b
children 60c9769439b8
line wrap: on
line source

##===- unittests/Analysis/Makefile -------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../..
TESTNAME = Analysis
LINK_COMPONENTS := analysis asmparser

include $(LEVEL)/Makefile.config
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest