コード例 #1
0
ファイル: tests.c プロジェクト: ohio813/tracer
void tests()
{
#ifdef _DEBUG
	opts_test();
	cc_tests();
	Da_emulate_tests();
#endif
};
コード例 #2
0
ファイル: tests.c プロジェクト: kylinpoet/bolt
int main()
{
	Da_emulate_tests();

	return 0;
};