mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Add support for make TEST=foo
llvm-svn: 5333
This commit is contained in:
parent
5980e78051
commit
48c016e8e4
@ -5,6 +5,14 @@
|
||||
|
||||
## NOTE: This is preliminary and will change in the future
|
||||
|
||||
# If the user specified a TEST= option on the command line, we do not want to do
|
||||
# the default testing type. Instead, we change the default target to be the
|
||||
# test:: target.
|
||||
#
|
||||
ifdef TEST
|
||||
test::
|
||||
endif
|
||||
|
||||
include ${LEVEL}/Makefile.common
|
||||
|
||||
# Specify ENABLE_STATS on the command line to enable -stats output from gccas
|
||||
|
Loading…
Reference in New Issue
Block a user