2009-01-01 10:24:48 +08:00
|
|
|
##===- unittests/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-01-05 07:12:21 +08:00
|
|
|
|
2015-05-21 04:41:27 +08:00
|
|
|
PARALLEL_DIRS = ADT Analysis AsmParser Bitcode CodeGen DebugInfo \
|
|
|
|
ExecutionEngine IR LineEditor Linker MC Option ProfileData \
|
|
|
|
Support Transforms
|
2009-01-01 10:24:48 +08:00
|
|
|
|
2013-12-19 15:09:28 +08:00
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
2009-01-02 20:25:22 +08:00
|
|
|
|
|
|
|
clean::
|
2010-07-30 06:33:35 +08:00
|
|
|
$(Verb) $(RM) -f *Tests
|