mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-02 07:35:58 +00:00
Add unit tests for control event serialization
Test serialization of the 4 types of events (keycode, text, mouse, scroll).
This commit is contained in:
parent
90c69d2c79
commit
52af91f6b0
2 changed files with 105 additions and 0 deletions
|
@ -35,6 +35,7 @@ executable('scrcpy', src, dependencies: dependencies)
|
|||
|
||||
tests = [
|
||||
['test_control_event_queue', ['tests/test_control_event_queue.c', 'src/controlevent.c']],
|
||||
['test_control_event_serialize', ['tests/test_control_event_serialize.c', 'src/controlevent.c']],
|
||||
['test_strutil', ['tests/test_strutil.c', 'src/strutil.c']],
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue