You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,12 @@ python setup.py install
70
70
71
71
Please follow [these instructions](https://github.com/arrayfire/arrayfire-python/wiki) to ensure the arrayfire-python can find the arrayfire libraries.
72
72
73
+
To run arrayfire tests, you can run the following command from command line.
74
+
75
+
```
76
+
python -m arrayfire.tests
77
+
```
78
+
73
79
## Acknowledgements
74
80
75
81
The ArrayFire library is written by developers at [ArrayFire](http://arrayfire.com) LLC
0 commit comments