Set svn:ignore on a slew of +Coverage directories
[llvm/workbench.git] / unittests / Support / Makefile
blob815bdd269da567849cd29c8a0ed966ed96f8d5b7
1 ##===- unittests/ADT/Makefile ------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 TESTNAME = Support
12 LINK_COMPONENTS := core support
14 include $(LEVEL)/Makefile.config
15 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest