summaryrefslogtreecommitdiff
path: root/src/pyclblast/README.md
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-03-11 15:32:36 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-03-11 15:32:36 +0100
commitbcf12084319ed6eb687e2308fcb050eaad7c95ec (patch)
tree6a168214173f07acee33ddb0f16f090745a69ea8 /src/pyclblast/README.md
parent0dd1bc6f4880308d3e240545203413d3d902d5b7 (diff)
Added basic tests for PyCLBlast
Diffstat (limited to 'src/pyclblast/README.md')
-rw-r--r--src/pyclblast/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pyclblast/README.md b/src/pyclblast/README.md
index be37af01..2f6ebed7 100644
--- a/src/pyclblast/README.md
+++ b/src/pyclblast/README.md
@@ -29,3 +29,11 @@ After installation OpenCL and CLBlast, simply use pip to install PyCLBlast, e.g.
pip install --user pyclblast
To start using the library, browse the [CLBlast](https://github.com/CNugteren/CLBlast) documentation or check out the PyCLBlast samples provides in the `samples` subfolder.
+
+
+Testing PyCLBlast
+-------------
+
+The main exhaustive tests are the main CLBlast test binaries. Apart from that, you can also run the PyCLBlast smoke tests from the `test` subfolder, e.g. as follows:
+
+ python -m unittest discover