You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
test_buffer_util.c Define feature test macros in common.h 3 years ago
test_cbuf.c Define feature test macros in common.h 3 years ago
test_cli.c Fix --lock-video-orientation syntax 3 years ago
test_control_msg_serialize.c Add control message to expand settings panel 3 years ago
test_device_msg_deserialize.c Define feature test macros in common.h 3 years ago
test_queue.c Define feature test macros in common.h 3 years ago
test_strutil.c Add strlist_contains() 3 years ago