From 275854f9f153f52cf1672a5a18bf56fed91ddd56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 25 Sep 2016 03:42:42 +0200 Subject: Update feature: Test description language (testscript) --- build2/test/testscript | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build2/test/testscript b/build2/test/testscript index e467b3b..736e393 100644 --- a/build2/test/testscript +++ b/build2/test/testscript @@ -36,6 +36,10 @@ Requirements * Ability not to clean up output (if failed) +* This should be consistent/uniform with how we handle simple tests without + testscripts (i.e., perhaps they can be treated "as if" they had a one-line + testscript). + Questions ========= @@ -47,6 +51,8 @@ Questions exe{hello}: test = test1 test2 + Or maybe testscript should be a target (usually in src) itself? + * Do we want a notion of multi-command test (e.g., with pre/post commands)? Maybe {}? Will need it not to clean up output files too early. Also var scope. -- cgit v1.1