diff options
Diffstat (limited to 'contrib/llvm/utils/unittest/Makefile')
-rw-r--r-- | contrib/llvm/utils/unittest/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/llvm/utils/unittest/Makefile b/contrib/llvm/utils/unittest/Makefile new file mode 100644 index 0000000..6a09341 --- /dev/null +++ b/contrib/llvm/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 UnitTestMain + +include $(LEVEL)/Makefile.common |