#include <module.h>#include <apr_pools.h>#include <stdio.h>#include <unistd.h>Include dependency graph for test_module.c:

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| apr_pool_t * | global_mp |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 43 of file test_module.c.
References bs_module::author, BS_OK, bs_module::bsapi_major, bs_module::bsapi_minor, get_module_info(), global_mp, init_module(), load_module(), bs_module::module_major, bs_module::module_minor, bs_module::name, runtestsuite::rv, and unload_module().
Here is the call graph for this function:

1.5.1