VerifyTestShort.cxx
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. #include "Verify.hxx"
  2. int main()
  3. {
  4.     test_verify(0 == 0);  // this should pass
  5.     test_verify(1 == 0);  // this should fail
  6.     return test_return_code(2);
  7. }