~benji/testtools/modernize-tsfr

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jonathan Lange
  • Date: 2008-10-04 03:51:34 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: jml@canonical.com-20081004035134-btksf423zsyvsaxr
Rename pyunit3k to testtools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        ./run-tests
5
5
 
6
6
TAGS:
7
 
        ctags -e -R pyunit3k/
 
7
        ctags -e -R testtools/
8
8
 
9
9
tags:
10
 
        ctags -R pyunit3k/
 
10
        ctags -R testtools/
11
11
 
12
12
clean:
13
 
        rm -f TAGS tags pyunit3k/*.pyc pyunit3k/tests/*.pyc
 
13
        rm -f TAGS tags testtools/*.pyc testtools/tests/*.pyc
14
14
 
15
15
 
16
16
.PHONY: tags TAGS check clean