blob: d4ef92ffb392fb1d3d272bbea38ce95415db79dd [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
12LINK_COMPONENTS := engine interpreter
Jeffrey Yasskin0b08f3d2009-06-25 02:04:04 +000013
14include $(LEVEL)/Makefile.config
15
16PARALLEL_DIRS = JIT
17
Jeffrey Yasskin337b1242009-08-04 23:53:16 +000018include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest