blob: 38e667ff98885f2264a23a53e9c35f96f6786353 [file] [log] [blame]
Jeffrey Yasskin0b08f3d2009-06-25 02:04:04 +00001##===- unittests/ExecutionEngine/Makefile ------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
Jeffrey Yasskin337b1242009-08-04 23:53:16 +000011TESTNAME = ExecutionEngine
NAKAMURA Takumi6fed6682012-06-21 22:17:51 +000012LINK_COMPONENTS :=interpreter
Jyotsna Verma8542abd2013-03-28 03:38:29 +000013
Jyotsna Vermab1180dc2013-04-05 14:26:16 +000014include $(LEVEL)/Makefile.config
15
Jyotsna Verma8542abd2013-03-28 03:38:29 +000016ifeq ($(TARGET_HAS_JIT),1)
Jyotsna Vermab1180dc2013-04-05 14:26:16 +000017 PARALLEL_DIRS = JIT MCJIT
Jyotsna Verma8542abd2013-03-28 03:38:29 +000018endif
Jeffrey Yasskin0b08f3d2009-06-25 02:04:04 +000019
Jeffrey Yasskin337b1242009-08-04 23:53:16 +000020include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest