xref: /aosp_15_r20/external/angle/build/config/rts.gni (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1declare_args() {
2  # Regression Test Selection (RTS) will use a ML model
3  # to predict what test cases can be excluded from a
4  # given test suite based on historical data when using
5  # a .filter file.
6  use_rts = false
7}
8