예제 #1
0
파일: test.c 프로젝트: donnoman/webroar
VALUE run()
{
  test_scgi();
  test_yaml_parser();
  test_queue();
  test_util();
}
예제 #2
0
파일: test.c 프로젝트: dharmarth/webroar
void run_test(){
  test_scgi();
  test_yaml_parser();
  test_queue();
  test_util();  
}