~ubuntu-branches/ubuntu/maverick/atheist/maverick

« back to all changes in this revision

Viewing changes to tests/remove_gen.mtest

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martin Angelina
  • Date: 2010-05-03 17:41:52 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100503174152-dm9maddb86m75wxj
Tags: 0.20100416-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- mode: python; coding: utf-8 -*-
2
2
 
3
3
f = "/tmp/generated"
4
 
g = Task('touch %s' % f)
 
4
g = Test('touch %s' % f)
5
5
g.post += FileExists(f)
6
6
g.gen  += f
7
7