OSDN Git Service

implement encode tester.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 24 Jun 2010 06:21:51 +0000 (06:21 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Thu, 24 Jun 2010 06:21:51 +0000 (06:21 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@638 4e526526-5e11-4fc0-8910-f8fd03428081

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