view Makefile @ 4:a3a9cf58801f

client: use the cmdbuilder
author Idan Kamara <idankk86@gmail.com>
date Tue, 09 Aug 2011 00:39:26 +0300
parents 79f88b4db15f
children eac8be119d81
line wrap: on
line source

PYTHON=python
help:
	@echo 'Commonly used make targets:'
	@echo '  tests - run all tests in the automatic test suite'

all: help

.PHONY: tests

tests:
	cd tests && $(PYTHON) $(HGREPO)/tests/run-tests.py -l $(TESTFLAGS)