summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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