2013-12-22 00:04:03 +00:00
|
|
|
##===- unittests/Support/Makefile --------------------------*- Makefile -*-===##
|
2009-06-02 17:52:33 +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-27 18:44:32 +00:00
|
|
|
LINK_COMPONENTS := all-targets core support
|
2009-06-02 17:52:33 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|