コード例 #1
0
ファイル: test.c プロジェクト: CubeLite/calc
int main() {
	cmp_tests();
	instructions_tests();
	stack_tests();

	return 0;
}
コード例 #2
0
ファイル: tcomparisons.c プロジェクト: BrianGladman/mpfr
int
main (void)
{
  tests_start_mpfr ();
  cmp_tests ();
  eq_tests ();
  tests_end_mpfr ();
  return 0;
}