Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 check-lit - run the lit tests | 1 check-lit - run the lit tests |
| 2 To check a specific test, override CHECK_LIT_TESTS, e.g.: | 2 To check a specific test, override CHECK_LIT_TESTS, e.g.: |
| 3 make -f Makefile.standalone check-lit \ | 3 make -f Makefile.standalone check-lit \ |
| 4 CHECK_LIT_TESTS=tests_lit/llvm2ice_tests/arith.lll | 4 CHECK_LIT_TESTS=tests_lit/llvm2ice_tests/arith.ll |
| OLD | NEW |