2009-01-01 09:29:44 +08:00
|
|
|
##===- 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 = ../..
|
2009-09-14 05:31:21 +08:00
|
|
|
PARALLEL_DIRS = googletest UnitTestMain
|
2009-01-01 09:29:44 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|