blob: b548d25d1e5b0094b455a0274ef8ba60619400ff [file] [log] [blame]
Dan Gohman7cac9572010-08-02 23:49:30 +00001##===- unittests/Analysis/Makefile -------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
11TESTNAME = Analysis
NAKAMURA Takumi6fed6682012-06-21 22:17:51 +000012LINK_COMPONENTS := analysis
Dan Gohman7cac9572010-08-02 23:49:30 +000013
14include $(LEVEL)/Makefile.config
15include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest