scrcpy/app/tests
Romain Vimont f76fe2c0d4 Fix --lock-video-orientation syntax
The argument for option --lock-video-orientation has been made optional
by 5af9d0ee0f.

With getopt_long(), contrary to mandatory arguments, optional arguments
must be given with a '=':

    --lock-video-orientation 2   # wrong, parse error
    --lock-video-orientation=2   # correct
2021-06-11 18:40:12 +02:00
..
test_buffer_util.c Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
test_cbuf.c Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
test_cli.c Fix --lock-video-orientation syntax 2021-06-11 18:40:12 +02:00
test_control_msg_serialize.c Add control message to expand settings panel 2021-04-25 14:36:48 +02:00
test_device_msg_deserialize.c Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
test_queue.c Define feature test macros in common.h 2021-01-17 14:08:48 +01:00
test_strutil.c Add strlist_contains() 2021-04-25 14:38:42 +02:00