File: common_tests.h

package info (click to toggle)
vnstat 2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,148 kB
  • sloc: ansic: 25,669; sh: 4,495; perl: 472; makefile: 179; php: 12
file content (6 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#ifndef COMMON_TESTS_H
#define COMMON_TESTS_H

void add_common_tests(Suite *s);

#endif