Since config=ivy now sets the define=compile flag and the define=angular_ivy_enabled flag to cause usage of Ivy, we can update all of the documentation and scripts that reference compile=aot to use config=ivy. PR Close #33983
5 lines
131 B
Markdown
5 lines
131 B
Markdown
Tests in this directory should be run with:
|
|
|
|
```
|
|
yarn bazel test --config=ivy packages/compiler-cli/test/compliance:compliance
|
|
``` |