Sign in
android
/
platform
/
external
/
selinux
/
5a054dcdd6bfd28c06348779614b66c42e0f600e
/
.
/
libsepol
/
tests
/
test-neverallow.h
blob: d3c2a74e2d2130ab4920ee8c5f43320f64cd9b1e [
file
] [
log
] [
blame
]
#ifndef
TEST_NEVERALLOW_H__
#define
TEST_NEVERALLOW_H__
#include
<CUnit/Basic.h>
int
neverallow_test_init
(
void
);
int
neverallow_test_cleanup
(
void
);
int
neverallow_add_tests
(
CU_pSuite suite
);
#endif
/* TEST_NEVERALLOW_H__ */