diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-27 11:45:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-27 11:45:51 +0200 |
commit | e4eac8e4dbcac1ae3c8d28eda11d550e336373eb (patch) | |
tree | 3f429ad066768c4e6cbbffa2bda5e1ba8a1b6728 /build2/test/testscript | |
parent | 409168340fd709bb35e6319a1bc61ca130aae01e (diff) |
Update feature: Test description language (testscript)
Diffstat (limited to 'build2/test/testscript')
-rw-r--r-- | build2/test/testscript | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/build2/test/testscript b/build2/test/testscript index 736e393..667ff6b 100644 --- a/build2/test/testscript +++ b/build2/test/testscript @@ -69,11 +69,18 @@ Questions .t, .test, .ts, .tst, .bt, <none> + .bts .testscript + + just testscript (but if multiple tests then could be desirable to name them + appropriately). + + Maybe either 'testscript' or '<name>.testscript'? + Notes ===== * If expected exist status is not 0, then probably makes sense to suppress - stderr output if there is no comparison. + stderr output if there is no stderr comparison. Syntax ====== |