mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Add support for make TEST=foo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5333 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc95aded43
commit
995663e58d
@ -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