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 30e619d37f Replace SDL_strdup() by strdup()
The functions SDL_malloc(), SDL_free() and SDL_strdup() were used only
because strdup() was not available everywhere.

Now that it is available, use the native version of these functions.
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 Define feature test macros in common.h 3 years ago
test_control_msg_serialize.c Fix size_t incorrectly assigned to int 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 Replace SDL_strdup() by strdup() 3 years ago