From 9588860a2aeff734cb06130e3ba4571b6095cbb6 Mon Sep 17 00:00:00 2001 From: Alex Morega Date: Sat, 6 Jul 2013 13:34:02 +0200 Subject: [PATCH] make test should run tests from tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 474a98b9..23898ec3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: import-cldr - @py.test babel + @py.test babel tests import-cldr: @./scripts/download_import_cldr.py -- 2.47.2