VerifyTestShort.cxx
Upload User: sy_wanhua
Upload Date: 2013-07-25
Package Size: 3048k
Code Size: 0k
Category:

Streaming_Mpeg4

Development Platform:

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. }