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