diff options
author | Drashna Jaelre <drashna@live.com> | 2022-11-13 07:51:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 02:51:19 +1100 |
commit | 8812872794b5fb09e6bbbe47a58cc7dbcaca18a7 (patch) | |
tree | a2c955723763d3a4402fcc39df6137b4b14d25df /quantum/encoder/tests/testlist.mk | |
parent | 4c1d8a0eb33e5738f305191dfb7a56f8b0275827 (diff) |
Only trigger encoder callbacks on primary side (#18467)
Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'quantum/encoder/tests/testlist.mk')
-rw-r--r-- | quantum/encoder/tests/testlist.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/encoder/tests/testlist.mk b/quantum/encoder/tests/testlist.mk index 6b2fd84d96..a407f1fadd 100644 --- a/quantum/encoder/tests/testlist.mk +++ b/quantum/encoder/tests/testlist.mk @@ -4,4 +4,5 @@ TEST_LIST += \ encoder_split_left_gt_right \ encoder_split_left_lt_right \ encoder_split_no_left \ - encoder_split_no_right + encoder_split_no_right \ + encoder_split_role \ |