switch to lit test

This commit is contained in:
Tian Jin 2019-12-24 02:50:08 -05:00
parent 58c2f6de00
commit 7e72bd3885
1 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@ jobs:
command: |
mkdir build && cd build
LLVM_SRC=$(pwd)/../llvm-project/llvm LLVM_BUILD=$(pwd)/../llvm-project/build cmake ..
make all
./bin/onnf-opt --shape-inference --lower-frontend ../test-tanh.mlir
# VERBOSE=1 LIT_OPTS=-v make check-mlir-lit
# make all
# ./bin/onnf-opt --shape-inference --lower-frontend ../test-tanh.mlir
VERBOSE=1 LIT_OPTS=-v make check-mlir-lit
# cd /home/circleci/project/build/test/mlir && /usr/local/bin/python /home/circleci/project/build/../llvm-project/build/bin/llvm-lit -v /home/circleci/project/build/test/mlir
- run:
name: Print the Current Time