Example #1
0
File: test.c Project: CubeLite/calc
int main() {
	cmp_tests();
	instructions_tests();
	stack_tests();

	return 0;
}
Example #2
0
int
main (void)
{
  tests_start_mpfr ();
  cmp_tests ();
  eq_tests ();
  tests_end_mpfr ();
  return 0;
}