aboutsummaryrefslogtreecommitdiffstats
path: root/python/Makefile
blob: b733d16062b6daa0edc0a24dcb7108e8aa6d7813 (plain)
1
2
3
4
5
6
7
8
tests:
	cd tests; \
	python -m unittest discover -v

tags:
	ctags -e --python-kinds=-iv --exclude='*.js' -R .

.PHONY: tags tests