File: testcases.h

package info (click to toggle)
rtfilter 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 500 kB
  • sloc: ansic: 2,671; makefile: 248; sh: 83; python: 57
file content (10 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef TESTCASES_H
#define TESTCASES_H

#include <check.h>

TCase* create_rtfilter_tcase(void);
TCase* create_rtfilter_combine_tcase(void);
TCase* create_lowpass_tcase(void);

#endif /* TESTCASES_H */