diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-02 12:50:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-02 12:50:39 +0000 |
| commit | bf6a4e484b5339d555f804eebe5c9e3697b13e6a (patch) | |
| tree | 73911112d73e6acef7af157da98eff099c034796 /cscript | |
| parent | 2d5b8cdde08044d323aa7193dfac6c9f8bca7131 (diff) | |
Add test() method to cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -183,3 +183,6 @@ def make_manual(target): target.command('make') target.command('pdflatex colour.tex') return [os.path.abspath('pdf'), os.path.abspath('html'), os.path.abspath('colour.pdf')] + +def test(target): + target.command('run/tests') |
