History log of /netbsd-src/tests/include/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# a216da57 26-May-2011 joerg <joerg@NetBSD.org>

Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be r

Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.

show more ...


# f9b73fbc 05-May-2011 jruoho <jruoho@NetBSD.org>

Follow the real tree with the test directory structure.


# 5cdd3dcf 05-May-2011 jruoho <jruoho@NetBSD.org>

Follow the real tree with the test directory structure.


# d86c47c6 03-May-2011 jruoho <jruoho@NetBSD.org>

Some naive tests for the bswap(3) family.


# 5e6ff08c 01-May-2011 jruoho <jruoho@NetBSD.org>

Verify PR standards/44921.


# ba5cac78 10-Apr-2011 jruoho <jruoho@NetBSD.org>

Formally verify PR standards/44777.


# e7c9c72e 10-Apr-2011 jruoho <jruoho@NetBSD.org>

Verify that PR standards/21401 is no longer an issue.


# 29ee83db 10-Apr-2011 jruoho <jruoho@NetBSD.org>

Add tests for PR standards/44847 and PR standards/18067.


# 8c6b9e26 30-Mar-2011 jruoho <jruoho@NetBSD.org>

Add some basic tests for fsync(2) and <paths.h>.


# 6cbeb05c 17-Jul-2010 jmmv <jmmv@NetBSD.org>

Convert the include tests to atf.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.