示例#1
0
int main()
{
    test<float>();
    test<double>();
    test<long double>();
    test_edges();
}
示例#2
0
int main(int, char**)
{
    test<float>();
    test<double>();
    test<long double>();
    test_edges();

  return 0;
}
示例#3
0
文件: realms-t.c 项目: bagdxk/openafs
int
main(int argc, char **argv)
{
    afstest_SkipTestsIfBadHostname();

    plan(113);

    test_edges();
    test_no_config_files();
    test_with_config_files();
    test_update_config_files();
    test_set_local_realms(); /* must be the last test */

    return 0;
}