From e4eac8e4dbcac1ae3c8d28eda11d550e336373eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Sep 2016 11:45:51 +0200 Subject: Update feature: Test description language (testscript) --- build2/test/testscript | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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, + .bts .testscript + + just testscript (but if multiple tests then could be desirable to name them + appropriately). + + Maybe either 'testscript' or '.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 ====== -- cgit v1.1