OSDN Git Service

* Added test code.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 5 Apr 2008 08:50:28 +0000 (08:50 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 5 Apr 2008 08:50:28 +0000 (08:50 +0000)
commitaf0193eb666ed622cf27fe7d3a7c908975ada6cf
treef927fb663f2f45f2346db5a8223a15a505472fec
parent25b6c8bd95d7442285ea56b4b69b091646b3000c
   * Added test code.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/RELEASE_0_11_0@1991 1a406e8e-add9-4483-a2c8-d8cac5b7c224
33 files changed:
configure
configure.ac
include/chxj_qr_code.h
include/config.h
include/mod_chxj.h
include/qs_parse_string.h
include/test_config.h [new file with mode: 0644]
src/Makefile.am
src/Makefile.in
src/chxj_apache.c [new file with mode: 0644]
src/chxj_chtml10.c
src/chxj_chtml20.c
src/chxj_chtml30.c
src/chxj_cookie.c
src/chxj_dbm.c
src/chxj_encoding.c
src/chxj_hdml.c
src/chxj_img_conv_format.c
src/chxj_jhtml.c
src/chxj_qr_code.c
src/chxj_specified_device.c
src/chxj_xhtml_mobile_1_0.c
src/mod_chxj.c
src/qs_log.c
src/qs_parse_string.c
test/chxj_chtml10/.tb.Makefile.tags [new file with mode: 0644]
test/chxj_chtml10/.tb.test_chxj_chtml10.c.tags [new file with mode: 0644]
test/chxj_chtml10/Makefile [new file with mode: 0644]
test/chxj_chtml10/erer [new file with mode: 0644]
test/chxj_chtml10/test_chxj_chtml10 [new file with mode: 0755]
test/chxj_chtml10/test_chxj_chtml10.c [new file with mode: 0644]
test/qs_parse_string/Makefile [new file with mode: 0644]
test/qs_parse_string/test_parse_comment_tag.c [new file with mode: 0644]