diff options
Diffstat (limited to 'build2/test/testscript')
-rw-r--r-- | build2/test/testscript | 6 |
1 files changed, 6 insertions, 0 deletions
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. |