summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2018-03-14 17:59:09 -0700
committerPetri Latvala <petri.latvala@intel.com>2018-03-21 13:12:28 +0200
commit28594986b2909f9c9f362de7fb1ee0ebea1f96a1 (patch)
tree6f2ba5818ce7f5d64a9808119459e26583d7b2e8
parente04539b90485aa6580f689f152bddec2b27a4d61 (diff)
README: clarify comment about tests
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
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