NetBSD/tests/include
jmmv e110dcc954 Use compiler builtins instead of atf_arch and atf_machine.
The atf_arch and atf_machine configuration variables were removed from
atf-0.19 without me realizing that some tests were querying them directly.

Instead of reintroducing those variables, just rely on compiler builtins
as many other tests already do.

Should fix PR bin/48582.
2014-02-09 21:26:07 +00:00
..
machine Follow the real tree with the test directory structure. 2011-05-05 05:39:10 +00:00
sys fix unused variable warnings 2013-10-19 17:45:00 +00:00
Makefile Default to -Wno-sign-compare -Wno-pointer-sign for clang. 2011-05-26 12:56:24 +00:00
Makefile.inc add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazing 2010-11-03 16:10:19 +00:00
d_bitstring_8.out
d_bitstring_27.out
d_bitstring_32.out
d_bitstring_49.out
d_bitstring_64.out
d_bitstring_67.out
t_bitstring.c Use array access 2012-03-25 06:54:04 +00:00
t_errno.c Verify PR standards/44921. 2011-05-01 17:07:05 +00:00
t_glob.c Verify that PR standards/21401 is no longer an issue. 2011-04-10 08:35:47 +00:00
t_inttypes.c initialize variables 2013-10-19 17:44:37 +00:00
t_limits.c Add a test case for the POSIX (minimum) limits. Written by Stathis Kamperis. 2011-04-04 18:02:01 +00:00
t_netdb.c Switch from atf_tc_fail to atf_tc_fail_nonfatal to report all missing 2011-04-25 20:51:14 +00:00
t_paths.c Use compiler builtins instead of atf_arch and atf_machine. 2014-02-09 21:26:07 +00:00
t_stdint.c