diff Makefile @ 971:e259824cf863

Makefile: respect HGTESTFLAGS environment variable
author Augie Fackler <raf@durin42.com>
date Mon, 07 Dec 2015 19:58:53 -0500
parents bdd097524b88
children 1f367cf5e688
line wrap: on
line diff
--- a/Makefile	Thu Dec 31 13:07:49 2015 -0800
+++ b/Makefile	Mon Dec 07 19:58:53 2015 -0500
@@ -1,4 +1,5 @@
 PYTHON=python
+TESTFLAGS ?= $(shell echo $$HGTESTFLAGS)
 
 help:
 	@echo 'Commonly used make targets:'