APEMoST
|
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
Functions | |
int | count_tests () |
int | test (int testnr) |
int | test_all () |
void | usage (char *progname) |
int | main (int argc, char **argv) |
Variables | |
int(* | tests_registration [])(void) |
int count_tests | ( | ) |
References tests_registration.
Referenced by test(), test_all(), test_tests(), and usage().
int main | ( | int | argc, |
char ** | argv | ||
) |
References test(), test_all(), and usage().
int test | ( | int | testnr | ) |
References count_tests(), r, and tests_registration.
Referenced by main(), and test_all().
int test_all | ( | ) |
References count_tests(), and test().
Referenced by main().
void usage | ( | char * | progname | ) |
References count_tests().
int(* tests_registration[])(void) |
Referenced by count_tests(), and test().