Jeffrey Yasskin | df5a7da | 2009-06-25 02:04:04 +0000 | [diff] [blame] | 1 | ##===- 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 | |
| 10 | LEVEL = ../.. |
Jeffrey Yasskin | 0a96231 | 2009-08-04 23:53:16 +0000 | [diff] [blame] | 11 | TESTNAME = ExecutionEngine |
NAKAMURA Takumi | f455101 | 2012-06-21 22:17:51 +0000 | [diff] [blame] | 12 | LINK_COMPONENTS :=interpreter |
Jeffrey Yasskin | df5a7da | 2009-06-25 02:04:04 +0000 | [diff] [blame] | 13 | PARALLEL_DIRS = JIT |
| 14 | |
Eli Bendersky | f963cd3 | 2012-03-15 06:49:31 +0000 | [diff] [blame] | 15 | include $(LEVEL)/Makefile.config |
Jeffrey Yasskin | 0a96231 | 2009-08-04 23:53:16 +0000 | [diff] [blame] | 16 | include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |