static void run_externals (int *ret) {
	testing_external_run ("user_module", external_user_module, ret);
}
示例#2
0
static void run_externals (int *ret) {
	testing_external_run ("testing__external__ssh_module", testing__external__ssh_module, ret);
}
static void run_externals (int *ret) {
	testing_external_run ("roots_module", external_roots_module, ret);
}