summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-24 18:50:14 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-24 18:50:14 +0000
commitd7cd8cf3f716d6479a7a5e5d7ada0fad4b1e3bea (patch)
treedb6018d7972c74981aec761268a19313b77b8f13
parentcc7d8370e73dad1b95704f5f7c0cda66f3a890d7 (diff)
Document possible dialects
-rwxr-xr-xtt.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt.hs b/tt.hs
index 87e0041..ed84ba6 100755
--- a/tt.hs
+++ b/tt.hs
@@ -177,6 +177,9 @@ main = do
, " tt muc/"
, " # Run a bunch of tests:"
, " tt muc/ text/"
+ , " # Run Jingle tests for specific dialects:"
+ , " tt -d jingle015,jingle031 jingle/"
+ , " tt -d gtalk03,gtalk04 jingle/google-relay.py"
]
_ | isNothing testVar -> do
hPutStrLn stderr "no tests here :'("