File: test-ebitmap.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-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#ifndef TEST_EBITMAP_H__
#define TEST_EBITMAP_H__

#include <CUnit/Basic.h>

int ebitmap_test_init(void);
int ebitmap_test_cleanup(void);
int ebitmap_add_tests(CU_pSuite suite);

#endif  /* TEST_EBITMAP_H__ */