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
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 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
5558```
5659
5760For interactive use, it is sufficient to add the
@@ -859,7 +862,7 @@ mutually exclusive with a more complete mapping of the backing constructs.
859862
860863## Testing
861864
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
863866typically be ` .py ` files that have a lit run line.
864867
865868We use ` lit ` and ` FileCheck ` based tests:
You can’t perform that action at this time.
0 commit comments