[igt-dev] [PATCH i-g-t v2 3/4] README: clarify comment about tests
Lucas De Marchi
lucas.demarchi at intel.com
Thu Mar 15 00:59:09 UTC 2018
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
---
README | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README b/README
index 7cd78e44..82c1cad5 100644
--- a/README
+++ b/README
@@ -177,10 +177,13 @@ $ mkdir build && meson build && cd build && ninja
Note that meson insist on separate build directories from the source tree.
-Running testcases is done with
+Running selfchecks for lib/tests and tests/ is done with
$ cd build && ninja test
+Note that this doesn't actually run the testcases in tests/: scripts/run-tests.sh
+should continue to be used for that.
+
Documentation is built using
$ cd build && ninja && ninja intel-gpu-tools-doc
--
2.14.3
More information about the igt-dev
mailing list