Exemplo n.º 1
0
void tests()
{
#ifdef _DEBUG
	opts_test();
	cc_tests();
	Da_emulate_tests();
#endif
};
Exemplo n.º 2
0
int main()
{
	Da_emulate_tests();

	return 0;
};