aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdd5961e..e791e9f1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PY_EXAMPLES=$(shell grep -l /usr/bin/python examples/*)
FLAKE_OPTS=$(shell test -w /dev/shm || echo '-j1')
NOSE_OPTS=--with-xcoverage
-TEST_LOCALE=C.UTF-8
+TEST_LOCALE?=C.UTF-8
all: syntax-check test