Add unit tests for control event serialization
Test serialization of the 4 types of events (keycode, text, mouse, scroll).
This commit is contained in:
@@ -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']],
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user