From bf6a4e484b5339d555f804eebe5c9e3697b13e6a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 2 Dec 2013 12:50:39 +0000 Subject: Add test() method to cscript. --- cscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index b7f2d191b..1c09b0433 100644 --- a/cscript +++ b/cscript @@ -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') -- cgit v1.2.3