summaryrefslogtreecommitdiff
path: root/unittests/Support/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-17 16:14:59 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-17 16:14:59 +0000
commit501adac7aa2951dca2dfbb50d37b2d307e7af915 (patch)
tree3e173ab2fb8008978fe733065fd399a03a683710 /unittests/Support/Makefile
parent12a9dc8c14301ae199f2c2d6ab55cc5c995101cd (diff)
downloadllvm-501adac7aa2951dca2dfbb50d37b2d307e7af915.tar.gz
llvm-501adac7aa2951dca2dfbb50d37b2d307e7af915.tar.bz2
llvm-501adac7aa2951dca2dfbb50d37b2d307e7af915.tar.xz
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/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/Support/Makefile b/unittests/Support/Makefile
new file mode 100644
index 0000000000..815bdd269d
--- /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