When removing a function from the function set and adding it to deferred, we
[llvm.git] / unittests / ExecutionEngine / Makefile
blobd4ef92ffb392fb1d3d272bbea38ce95415db79dd
1 ##===- unittests/ExecutionEngine/Makefile ------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 TESTNAME = ExecutionEngine
12 LINK_COMPONENTS := engine interpreter
14 include $(LEVEL)/Makefile.config
16 PARALLEL_DIRS = JIT
18 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest