File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ python -m pip install --upgrade pip
5151# packages will be installed there.
5252python -m pip install -r mlir/python/requirements.txt
5353
54- # Now run `cmake`, `ninja`, et al.
54+ # Now run `cmake`, `ninja`, et al. For example, to run python bindings test only
55+ # using ninja:
56+ ninja check-mlir-python
5557```
5658
5759For interactive use, it is sufficient to add the
@@ -859,7 +861,7 @@ mutually exclusive with a more complete mapping of the backing constructs.
859861
860862## Testing
861863
862- Tests should be added in the ` test/Bindings/Python ` directory and should
864+ Tests should be added in the ` mlir/ test/python ` directory and should
863865typically be ` .py ` files that have a lit run line.
864866
865867We use ` lit ` and ` FileCheck ` based tests:
You can’t perform that action at this time.
0 commit comments