2009-06-25 04:04:04 +02: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 01:53:16 +02:00
|
|
|
TESTNAME = ExecutionEngine
|
|
|
|
LINK_COMPONENTS := engine interpreter
|
2009-06-25 04:04:04 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
|
|
|
|
PARALLEL_DIRS = JIT
|
|
|
|
|
2009-08-05 01:53:16 +02:00
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|