• Mark Brown's avatar
    kselftest: Support nolibc · 9e38be73
    Mark Brown authored
    Rather than providing headers for inclusion which replace any offered by
    the system nolibc is provided in the form of a header which should be added
    to the build via the compiler command line. In order to build with nolibc
    we need to not include the standard C headers, especially not stdio.h where
    the definitions of stdout, stdin and stderr will actively conflict with
    nolibc.
    
    Add an include guard which suppresses the inclusion of the standard headers
    when building with nolibc, allowing us to build tests using the nolibc
    headers.  This allows us to avoid open coding of KTAP output for
    selftests that need to use nolibc in order to test interfaces that are
    controlled by libc.
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
    9e38be73
kselftest.h 7.6 KB