OSDN Git Service

implement encode tester.
[rec10/rec10-git.git] / rec10 / trunk / src / auto_test.py
index 8ba4db2..efddf99 100644 (file)
@@ -38,4 +38,5 @@ if __name__ == "__main__":
     parser.add_option("-e","--Encode",action="store",type="string",dest="encode_option",default="",metavar="TITLE",help="encode test(option)")
     (opts,args)=parser.parse_args(sys.argv)
     if opts.encode_option != "":##-sの場合
+        print "test_all_ch_encode"
         test_all_ch_encode(opts.encode_option, 10)
\ No newline at end of file