diff options
| author | Drashna Jaelre | 2021-11-27 12:19:22 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-27 12:19:22 +0100 |
| commit | b3fc33faf79a0af332f4725693623112ecad86d1 (patch) | |
| tree | cae724e7f43bc105a06b2d223cd66159ffe5ebfc /quantum/encoder/tests/testlist.mk | |
| parent | 4d0dd1eab78c7f2af40a84a34da12a2a8398fda9 (diff) | |
Re-add encoder tests (#15312)
Co-authored-by: Balz Guenat <balz.guenat@gmail.com>
Diffstat (limited to 'quantum/encoder/tests/testlist.mk')
| -rw-r--r-- | quantum/encoder/tests/testlist.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/encoder/tests/testlist.mk b/quantum/encoder/tests/testlist.mk new file mode 100644 index 0000000000..1be9f4a054 --- /dev/null +++ b/quantum/encoder/tests/testlist.mk @@ -0,0 +1,3 @@ +TEST_LIST += \ + encoder \ + encoder_split |