diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-17 16:14:59 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-17 16:14:59 +0000 |
commit | 501adac7aa2951dca2dfbb50d37b2d307e7af915 (patch) | |
tree | 3e173ab2fb8008978fe733065fd399a03a683710 /unittests/Support/Makefile | |
parent | 12a9dc8c14301ae199f2c2d6ab55cc5c995101cd (diff) | |
download | external_llvm-501adac7aa2951dca2dfbb50d37b2d307e7af915.zip external_llvm-501adac7aa2951dca2dfbb50d37b2d307e7af915.tar.gz external_llvm-501adac7aa2951dca2dfbb50d37b2d307e7af915.tar.bz2 |
Minimal raw_ostream unit tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support/Makefile')
-rw-r--r-- | unittests/Support/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/Support/Makefile b/unittests/Support/Makefile new file mode 100644 index 0000000..815bdd2 --- /dev/null +++ b/unittests/Support/Makefile @@ -0,0 +1,15 @@ +##===- unittests/ADT/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 = Support +LINK_COMPONENTS := core support + +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |