libprocps version test and documentation

test binary and man page for the version part of libprocps.
It's a simple start, but it's a start!
This commit is contained in:
Craig Small
2016-04-14 22:28:38 +10:00
parent bf97da3059
commit 8639a97250
5 changed files with 135 additions and 6 deletions

10
include/tests.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef PROCPS_NG_TESTS_H
#define PROCPS_NG_TESTS_H
struct test_func {
int (*func)(void *data);
char *name;
};
#endif