Skip to content

Commit

Permalink
testevdev: Provide a pointer to more information about adding test-cases
Browse files Browse the repository at this point in the history
Signed-off-by: Simon McVittie <smcv@collabora.com>
  • Loading branch information
smcv authored and slouken committed Jun 13, 2023
1 parent bc5d074 commit 7448451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/testevdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ typedef struct
* Trailing zeroes can be omitted.
*
* The evemu-describe tool is a convenient way to add a test-case for
* a physically available device.
* a physically available device. To contribute new test-cases, see:
* https://github.com/libsdl-org/SDL/issues/7801#issuecomment-1589114910
*/
#define ZEROx4 0, 0, 0, 0
#define ZEROx8 ZEROx4, ZEROx4
Expand Down

0 comments on commit 7448451

Please sign in to comment.