mirror of
https://github.com/linux-usb-gadgets/libusbgx.git
synced 2025-07-19 18:45:18 +03:00
Recently we faced some C++ compilation issues because we used in our header a gcc extension that is not supported by g++. Even through this problem has been fix let's try to avoid such problems in a future. To do so, let's add a C++ compilation check for all our public headers as part of our test suit. Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> |
||
---|---|---|
.. | ||
header_checker.cpp | ||
Makefile.am | ||
test.c | ||
test.sh | ||
usbg-io-wrappers.c | ||
usbg-test.c | ||
usbg-test.h |