doc: [nfc] add instruction for running Python regression tests

Prior to this patch, the top-level README did not include the line for
running the Python regression tests in `//python/test`.  This patch
fixes the problem by adding a line to run the `check-torch-mlir-python`
target.
pull/786/head
Ashay Rane 2022-04-22 07:11:10 -07:00 committed by Yi Zhang
parent cbf158f069
commit 28bf9cc1fc
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ cmake --build build --target tools/torch-mlir/all
# Run unit tests.
cmake --build build --target check-torch-mlir
# Run Python regression tests.
cmake --build build --target check-torch-mlir-python
# Build everything (including LLVM if in-tree)
cmake --build build
```