"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "531cd4b278f98bca83554311161d3c2107bb1264"
Newer
Older
##===- unittests/Makefile ----------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ..
Bill Wendling
committed
include $(LEVEL)/Makefile.config
LIBRARYNAME = UnitTestMain
BUILD_ARCHIVE = 1
Benjamin Kramer
committed
CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
Jeffrey Yasskin
committed
PARALLEL_DIRS = ADT ExecutionEngine Support VMCore MC
Bill Wendling
committed
$(Verb) $(RM) -f *Tests