summaryrefslogtreecommitdiff
path: root/utils/unittest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/unittest/Makefile')
-rw-r--r--utils/unittest/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/utils/unittest/Makefile b/utils/unittest/Makefile
new file mode 100644
index 0000000000..2f3e601b41
--- /dev/null
+++ b/utils/unittest/Makefile
@@ -0,0 +1,13 @@
+##===- utils/unittest/Makefile -----------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+PARALLEL_DIRS = googletest
+
+include $(LEVEL)/Makefile.common