Ejemplo n.º 1
0
int main(int argc, char **argv) {
  test_devnull();
  test_multiple_descriptors();
  test_readwrite();
  test_copy();
  test_bad_descrip();
  test_open_path();
  return 0;
}
Ejemplo n.º 2
0
int main( int argc , char ** argv) {
  test_create_invalid();
  test_resize();
  test_column_equal();
  test_dims();
  test_det2();
  test_det3();
  test_det4();
  test_readwrite();
  exit(0);
}