コード例 #1
0
ファイル: tests.c プロジェクト: supercoffee/insolent-prune
int main(){
  test_str_to_int();

  test_safe_add();
  test_safe_multiply();

  test_compare_file_paths();
}
コード例 #2
0
int main(void)
{
	EXPECT_ZERO(test_str_to_int());

	return EXIT_SUCCESS;
}
コード例 #3
0
void
typed_splay_tree_c_tests ()
{
  test_str_to_int ();
}