summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/ADT/Makefile')
-rw-r--r--llvm/unittests/ADT/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/unittests/ADT/Makefile b/llvm/unittests/ADT/Makefile
new file mode 100644
index 00000000000..c56b9517049
--- /dev/null
+++ b/llvm/unittests/ADT/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 = ADT
+LINK_COMPONENTS := core support
+
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
OpenPOWER on IntegriCloud