summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Morega <alex@grep.ro>2013-07-06 17:16:58 +0200
committerAlex Morega <alex@grep.ro>2013-07-06 17:17:55 +0200
commit75752cd1ddfe417d1ba448eeacc26d2801a93d43 (patch)
tree3a54971da6d06c07238562268f5f3cfcaa3fb4fc /Makefile
parent2a45afc078647858857c8238f2effd928b1f0371 (diff)
downloadbabel-75752cd1ddfe417d1ba448eeacc26d2801a93d43.tar.gz
run the right test suite by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27a1377..6bd8527 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
test: import-cldr
- @py.test tests
+ @py.test
clean: clean-cldr clean-pyc