summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2015-03-09 11:09:09 +0000
committerSandrine Bailleux <sandrine.bailleux@arm.com>2015-03-09 13:25:36 +0000
commit5a073fce7446e1aa2eee5d0d59b3621c3bcddf94 (patch)
treee6fdd3f5b8a6ccfd9f75c3ccaf63b18195881abe /docs
parentd0abc58a23af17ce9f253068aaca89a69f799c4e (diff)
Disable resumption of test session by default
This patch introduces a new build option to enable/disable the framework's ability to resume an interrupted test session. This feature used to be enabled by default but in practice the user usually wants to run all tests from the beginning so this patch makes this behaviour the default one. Change-Id: I99bcf73cbcadd084e86522953fa4f569b9d264a4
Diffstat (limited to 'docs')
-rw-r--r--docs/user-guide.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index 3f15655..8184124 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -117,6 +117,11 @@ performed.
* `DEBUG`: Choose between a debug and release build. It can take either 0
(release) or 1 (debug) as values. 0 is the default.
+* `NEW_TEST_SESSION`: Choose whether a new test session should be started
+ every time or whether the framework should determine whether a previous
+ session was interrupted and resume it. It can take either 1 (always
+ start new session) or 0 (resume session as appropriate). 1 is the default.
+
* `PLAT`: Choose a platform to build the Test Framework for. The chosen
platform name must be the name of one of the directories under the `plat/`
directory other than `common`.