summaryrefslogtreecommitdiff
path: root/unittests/VMCore/Makefile
diff options
context:
space:
mode:
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 000000000000..1aa1560c3c30
--- /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