summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYang Rong <rong.r.yang@intel.com>2016-08-30 19:08:58 +0800
committerYang Rong <rong.r.yang@intel.com>2016-08-30 19:08:58 +0800
commit15d9a9334f2a950aa15c3f1ea8fc1c7f25cc8292 (patch)
treeb82b2dd1f9ff077a2456f955fd0fafcba0738494 /docs
parentace38bcd43abef78b4ec4b10b7a6d09c75bd19a3 (diff)
downloadbeignet-15d9a9334f2a950aa15c3f1ea8fc1c7f25cc8292.tar.gz
Docs: update a readme typo.
Diffstat (limited to 'docs')
-rw-r--r--docs/Beignet.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn
index 407886a8..8f6f95cd 100644
--- a/docs/Beignet.mdwn
+++ b/docs/Beignet.mdwn
@@ -91,7 +91,7 @@ The cmake will build the backend firstly. Please refer to:
Once built, the run-time produces a shared object libcl.so which basically
directly implements the OpenCL API.
-`> make`
+`> make utest`
A set of tests are also produced. They may be found in `utests/`.