File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,10 @@ python -m pip install --upgrade pip
51
51
# packages will be installed there.
52
52
python -m pip install -r mlir/python/requirements.txt
53
53
54
- # Now run `cmake`, `ninja`, et al.
54
+ # Now run your build command with `cmake`, `ninja`, et al.
55
+
56
+ # Run mlir tests. For example, to run python bindings tests only using ninja:
57
+ ninja check-mlir-python
55
58
```
56
59
57
60
For interactive use, it is sufficient to add the
@@ -859,7 +862,7 @@ mutually exclusive with a more complete mapping of the backing constructs.
859
862
860
863
## Testing
861
864
862
- Tests should be added in the ` test/Bindings/Python ` directory and should
865
+ Tests should be added in the ` mlir/ test/python ` directory and should
863
866
typically be ` .py ` files that have a lit run line.
864
867
865
868
We use ` lit ` and ` FileCheck ` based tests:
You can’t perform that action at this time.
0 commit comments