~julian+/testscenarios/testscenarios

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2010-02-01 04:49:05 UTC
  • mfrom: (12.2.1 testscenarios.devel)
  • Revision ID: robertc@robertcollins.net-20100201044905-e7q9bubgoj2duu63
Merge patch from Ben Finney making tests with a shortDescription have that altered as well as the id.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PYTHONPATH:=$(shell pwd)/lib:${PYTHONPATH}
2
2
PYTHON ?= python
3
3
 
4
 
all:
 
4
all: check
5
5
 
6
6
check:
7
7
        PYTHONPATH=$(PYTHONPATH) $(PYTHON) -m testtools.run \