2013-08-01 18:42:28 +00:00
|
|
|
##===- unittests/Support/Makefile --------------------------*- Makefile -*-===##
|
2009-03-17 16:14:59 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
TESTNAME = Support
|
2015-05-08 16:39:59 +00:00
|
|
|
LINK_COMPONENTS := all-targets core support
|
2009-03-17 16:14:59 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|