diff --git a/README.md b/README.md index a604287f91..1891b80c33 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,12 @@ Run examples: ```bash python examples/create_sycl_queues.py ``` + +Tests +===== +See tests in folder `dpctl/tests`. + +Run tests: +```bash +python -m unittest dpctl.tests +```