예제 #1
0
int main(){

	local_publice_val();
	test_malloc_0();
	symbol_transformation();
	test_plusp();
	test_union_struct_size();
	address_test();
	//test_pipe();      //test pipe should  annotation other func
	test_scandir();
	test_string_exchange();
	//test_Josephus_mnk(); //open whenn needed test
	call_do_dup();
	//boolalphaof2();	//open when needed test
}
예제 #2
0
파일: malloc.c 프로젝트: antoinegergy/egc
void            test_suite_malloc(void)
{
  test_malloc_0();
  test_malloc_atomic();
  test_realloc();
}