##// END OF EJS Templates
Makefile: allow setting HGTESTFLAGS in shell environment for TESTFLAGS...
Augie Fackler -
r24195:250d9cf9 default
parent child Browse files
Show More
@@ -14,6 +14,7 b' PYFILES:=$(shell find mercurial hgext do'
14 DOCFILES=mercurial/help/*.txt
14 DOCFILES=mercurial/help/*.txt
15 export LANGUAGE=C
15 export LANGUAGE=C
16 export LC_ALL=C
16 export LC_ALL=C
17 TESTFLAGS ?= $(shell echo $$HGTESTFLAGS)
17
18
18 # Set this to e.g. "mingw32" to use a non-default compiler.
19 # Set this to e.g. "mingw32" to use a non-default compiler.
19 COMPILER=
20 COMPILER=
General Comments 0
You need to be logged in to leave comments. Login now