From d2d193c9b6963f3041ee0037c791c44453b845a0 Mon Sep 17 00:00:00 2001
From: Luca Barbato <lu_zero@gentoo.org>
Date: Thu, 14 Jun 2012 20:27:31 +0200
Subject: [PATCH] doc: document THREAD_TYPE fate variable

---
 doc/fate.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/fate.texi b/doc/fate.texi
index 4b0250582b4..975f40a6c49 100644
--- a/doc/fate.texi
+++ b/doc/fate.texi
@@ -78,6 +78,9 @@ meaning only while running the regression tests.
 @item THREADS
 Specify how many threads to use while running regression tests, it is
 quite useful to detect thread-related regressions.
+@item THREAD_TYPE
+Specify which threading strategy test, either @var{slice} or @var{frame},
+by default @var{slice+frame}
 @item CPUFLAGS
 Specify a mask to be applied to autodetected CPU flags.
 @item TARGET_EXEC
-- 
GitLab