libx52/utils/test
nirenjan 8e77d6f09b Correct type of loop variable
If `-Wpedantic` is given as part of CFLAGS, this flags a warning stating
that `int` and `size_t` are of different sizes. This simply changes the
type of `i` to `size_t` to match the output of `strlen`.
2020-06-04 15:48:57 -07:00
..
Makefile.am Add internationalization support for x52test 2020-05-20 14:36:40 -07:00
x52_test.c Correct type of loop variable 2020-06-04 15:48:57 -07:00
x52_test_clock.c Add internationalization support for x52test 2020-05-20 14:36:40 -07:00
x52_test_common.h Add internationalization support for x52test 2020-05-20 14:36:40 -07:00
x52_test_led.c Add check for LED support in x52test 2020-05-22 11:15:27 -07:00
x52_test_mfd.c Add internationalization support for x52test 2020-05-20 14:36:40 -07:00