2009-01-01 02:24:48 +00: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-04 23:12:21 +00:00
|
|
|
|
2014-01-31 23:46:14 +00:00
|
|
|
PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
|
|
|
|
LineEditor Linker MC Object Option Support Transforms
|
2009-01-01 02:24:48 +00:00
|
|
|
|
2013-12-19 07:09:28 +00:00
|
|
|
include $(LEVEL)/Makefile.config
|
|
|
|
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
|
2009-01-02 12:25:22 +00:00
|
|
|
|
|
|
|
clean::
|
2010-07-29 22:33:35 +00:00
|
|
|
$(Verb) $(RM) -f *Tests
|