blob: 63508d2399b574c2e5580896d2bd59cfb0026787 [file] [log] [blame]
Jeffrey Yasskindf5a7da2009-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 Yasskin0a962312009-08-04 23:53:16 +000011TESTNAME = ExecutionEngine
NAKAMURA Takumif4551012012-06-21 22:17:51 +000012LINK_COMPONENTS :=interpreter
Jeffrey Yasskindf5a7da2009-06-25 02:04:04 +000013PARALLEL_DIRS = JIT
14
Eli Benderskyf963cd32012-03-15 06:49:31 +000015include $(LEVEL)/Makefile.config
Jeffrey Yasskin0a962312009-08-04 23:53:16 +000016include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest