2009-06-25 10:04:04 +08:00
|
|
|
##===- unittests/ExecutionEngine/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-08-05 07:53:16 +08:00
|
|
|
TESTNAME = ExecutionEngine
|
2012-06-22 06:17:51 +08:00
|
|
|
LINK_COMPONENTS :=interpreter
|
2012-10-05 04:29:44 +08:00
|
|
|
PARALLEL_DIRS = JIT MCJIT
|
2009-06-25 10:04:04 +08:00
|
|
|
|
2012-03-15 14:49:31 +08:00
|
|
|
include $(LEVEL)/Makefile.config
|
2009-08-05 07:53:16 +08:00
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|