libx52/utils/test
nirenjan 88f02bc5da Add _GNU_SOURCE to all files
If configured with CFLAGS=-std=c99, then quite a few warnings are
raised, as well as a couple of errors. By forcing the system to use
_GNU_SOURCE, we can allow the compilation to succeed even if using a
user defined C standard.
2020-06-05 16:37:20 -07:00
..
Makefile.am Add internationalization support for x52test 2020-05-20 14:36:40 -07:00
x52_test.c Add _GNU_SOURCE to all files 2020-06-05 16:37:20 -07:00
x52_test_clock.c Add _GNU_SOURCE to all files 2020-06-05 16:37:20 -07:00
x52_test_common.h Add config header to all C files 2020-06-05 15:19:56 -07:00
x52_test_led.c Add _GNU_SOURCE to all files 2020-06-05 16:37:20 -07:00
x52_test_mfd.c Add _GNU_SOURCE to all files 2020-06-05 16:37:20 -07:00