(for example, `BINAURAL`, `BINAURAL_IR`, `BINAURAL_ROOM_IR`, `BINAURAL_REVERB`).
- The default `LEVEL1` tests may be restricted by adding more terms (acting as logical AND).
- Example: `--filter LEVEL1 DEC MONO` keeps only `MONO` tests from the LEVEL1-eligible DEC set.
- Example: `--filter LEVEL1 JBM` keeps all LEVEL1-eligible ENC tests but only JBM tests from the LEVEL1-eligible DEC tests.
-`+TERM` adds tests to the final LEVEL1 selection, even if they would otherwise be restricted.
- Example: `--filter LEVEL1 DEC JBM +BINAURAL` runs only JBM-matching LEVEL1 DEC tests and additionally includes DEC tests containing `BINAURAL` keyword, i.e. `BINAURAL`, `BINAURAL_IR`, `BINAURAL_ROOM_IR`, `BINAURAL_REVERB`.
-`-TERM` removes matching tests from the final LEVEL1 selection (including tests added via `+TERM`).
- Example: `--filter LEVEL1 DEC +JBM -VOIP` adds JBM-matching DEC tests and then excludes any DEC tests containing the keyword `VOIP`.
- Renderer and ISAR tests are not run by default in `LEVEL1`.
- Add `REND` and/or `ISAR` in `--filter` to include them.
- If `ISAR` is provided, both `ISAR` and `ISAR_ENC` test groups are run.
- Add `+REND` and/or `+ISAR` in `--filter` to include them.
- If `+ISAR` is provided, both `ISAR` and `ISAR_ENC` test groups are run.