File: test-neverallow.h

package info (click to toggle)
libsepol 3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,652 kB
  • sloc: ansic: 97,126; makefile: 215; lex: 65
file content (10 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#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__ */