~mbp/testscenarios/module-scenarios

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2009-12-19 01:05:27 UTC
  • Revision ID: robertc@robertcollins.net-20091219010527-gf6f7ij7lw972wqv
Start running tests using testtools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
all:
5
5
 
6
6
check:
7
 
        PYTHONPATH=$(PYTHONPATH) $(PYTHON) ./test_all.py $(TESTRULE)
 
7
        PYTHONPATH=$(PYTHONPATH) $(PYTHON) -m testtools.run \
 
8
            testscenarios.test_suite
8
9
 
9
10
clean:
10
11
        find . -name '*.pyc' -print0 | xargs -0 rm -f