From 28594986b2909f9c9f362de7fb1ee0ebea1f96a1 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 14 Mar 2018 17:59:09 -0700 Subject: README: clarify comment about tests Signed-off-by: Lucas De Marchi Reviewed-by: Petri Latvala --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3