test.pl
上传用户:qdrechuli
上传日期:2022-08-01
资源大小:917k
文件大小:1k
源码类别:

视频捕捉/采集

开发平台:

Visual C++

  1. # Before `make install' is performed this script should be runnable with
  2. # `make test'. After `make install' it should work as `perl test.pl'
  3. ######################### We start with some black magic to print on failure.
  4. # Change 1..1 below to 1..last_test_to_print .
  5. # (It may become useful if the test is moved to ./t subdirectory.)
  6. BEGIN { $| = 1; print "1..1n"; }
  7. END {print "not ok 1n" unless $loaded;}
  8. use Jpc::Html;
  9. $loaded = 1;
  10. print "ok 1n";
  11. ######################### End of black magic.
  12. # Insert your test code below (better if it prints "ok 13"
  13. # (correspondingly "not ok 13") depending on the success of chunk 13
  14. # of the test code):