File: internals-testcases.h

package info (click to toggle)
mmlib 1.4.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,716 kB
  • sloc: ansic: 18,071; makefile: 431; sh: 135; python: 63
file content (13 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
   @mindmaze_header@
*/
#ifndef INTERNALS_TESTCASES_H
#define INTERNALS_TESTCASES_H

#include <check.h>

TCase* create_case_log_internals(void);
TCase* create_case_startup_win32_internals(void);

#endif