summaryrefslogtreecommitdiff
path: root/unittests/VMCore/Makefile
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-03-24 21:36:09 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-03-24 21:36:09 +0000
commit2e734269e3f354e52bd9e55d791e1885aa7d4cd8 (patch)
tree7d89cfa14aaf6fd455fc1e780cbfe127bb801bbb /unittests/VMCore/Makefile
parentabc061c0889ca8a624b5c57097a07aaacbf70f43 (diff)
downloadllvm-2e734269e3f354e52bd9e55d791e1885aa7d4cd8.tar.gz
llvm-2e734269e3f354e52bd9e55d791e1885aa7d4cd8.tar.bz2
llvm-2e734269e3f354e52bd9e55d791e1885aa7d4cd8.tar.xz
Converted a1.ll to unittests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67652 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/VMCore/Makefile')
-rw-r--r--unittests/VMCore/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/VMCore/Makefile b/unittests/VMCore/Makefile
new file mode 100644
index 0000000000..1aa1560c3c
--- /dev/null
+++ b/unittests/VMCore/Makefile
@@ -0,0 +1,15 @@
+##===- unittests/VMCore/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 = VMCore
+LINK_COMPONENTS := core support
+
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest