selinux/libsepol/tests
Christian Göttsche 893b50c6ce libsepol/tests: rename bool indentifiers
Avoid using the identifier `bool` to improve support with future C
standards.  C23 is about to make `bool` a predefined macro (see N2654).

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
2023-05-03 09:15:20 -04:00
..
policies libsepol/tests: add tests for minus self neverallow rules 2023-03-30 15:08:58 -04:00
.gitignore Update .gitignore files 2016-05-09 08:14:54 -04:00
Makefile libsepol/tests: use more strict compiler options 2022-11-21 14:34:20 -05:00
debug.c libsepol: rename struct member 2023-05-03 09:15:16 -04:00
debug.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
helpers.c libsepol/tests: fix -Wwrite-strings warnings 2017-02-06 11:06:04 -05:00
helpers.h libsepol, libsemanage: add a macro to silence static analyzer warnings in tests 2019-09-30 08:43:41 -04:00
libsepol-tests.c libsepol/tests: add tests for neverallow assertions 2022-11-21 14:34:37 -05:00
test-common.c libsepol/tests: Include paired headers for prototypes 2022-04-20 14:03:34 -04:00
test-common.h libsepol/tests: fix -Wwrite-strings warnings 2017-02-06 11:06:04 -05:00
test-cond.c initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-cond.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-deps.c libsepol, libsemanage: add a macro to silence static analyzer warnings in tests 2019-09-30 08:43:41 -04:00
test-deps.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-downgrade.c Fix many misspellings 2019-09-18 22:47:35 +02:00
test-downgrade.h Fix many misspellings 2019-09-18 22:47:35 +02:00
test-ebitmap.c libsepol: add ebitmap_init_range 2022-08-09 09:52:13 -04:00
test-ebitmap.h libsepol/tests: add ebitmap tests 2022-08-09 09:52:10 -04:00
test-expander-attr-map.c libsepol, libsemanage: add a macro to silence static analyzer warnings in tests 2019-09-30 08:43:41 -04:00
test-expander-attr-map.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-expander-roles.c libsepol, libsemanage: add a macro to silence static analyzer warnings in tests 2019-09-30 08:43:41 -04:00
test-expander-roles.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-expander-users.c libsepol, libsemanage: add a macro to silence static analyzer warnings in tests 2019-09-30 08:43:41 -04:00
test-expander-users.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-expander.c libsepol/tests: Declare file local functions as static 2022-04-20 14:03:39 -04:00
test-expander.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-linker-cond-map.c libsepol/tests: rename bool indentifiers 2023-05-03 09:15:20 -04:00
test-linker-cond-map.h libsepol/tests Include policydb.h header for policydb_t declaration 2022-04-20 14:03:28 -04:00
test-linker-roles.c libsepol/tests: use more strict compiler options 2022-11-21 14:34:20 -05:00
test-linker-roles.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-linker-types.c libsepol/tests: Include paired headers for prototypes 2022-04-20 14:03:34 -04:00
test-linker-types.h libsepol/tests Include policydb.h header for policydb_t declaration 2022-04-20 14:03:28 -04:00
test-linker.c initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-linker.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
test-neverallow.c libsepol/tests: add tests for minus self neverallow rules 2023-03-30 15:08:58 -04:00
test-neverallow.h libsepol/tests: add tests for neverallow assertions 2022-11-21 14:34:37 -05:00