• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef TEST_NEVERALLOW_H__
2 #define TEST_NEVERALLOW_H__
3 
4 #include <CUnit/Basic.h>
5 
6 int neverallow_test_init(void);
7 int neverallow_test_cleanup(void);
8 int neverallow_add_tests(CU_pSuite suite);
9 
10 #endif  /* TEST_NEVERALLOW_H__ */
11