Bug 1902540 - Crashtest. r=dholbert
[gecko.git] / third_party / python / python-hglib / Makefile
blobad2609375517c37c8b2154bdb567a3cbbeb6d5ff
1 PYTHON=python
2 help:
3 @echo 'Commonly used make targets:'
4 @echo ' tests - run all tests in the automatic test suite'
6 all: help
8 .PHONY: tests
10 MANIFEST.in:
11 hg manifest | sed -e 's/^/include /' > MANIFEST.in
13 dist: MANIFEST.in
14 TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist
16 tests:
17 $(PYTHON) test.py --with-doctest