summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript3
1 files changed, 3 insertions, 0 deletions
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')