diff options
Diffstat (limited to 'ext/mbstring/libmbfl/tests')
5 files changed, 0 insertions, 44 deletions
diff --git a/ext/mbstring/libmbfl/tests/Makefile.am b/ext/mbstring/libmbfl/tests/Makefile.am deleted file mode 100644 index 8e857bc22e..0000000000 --- a/ext/mbstring/libmbfl/tests/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -SUBDIRS=conv_encoding.tests conv_kana.tests strwidth.tests strcut.tests -noinst_PROGRAMS=conv_encoding conv_kana strwidth strcut -conv_encoding_SOURCES=conv_encoding.c -conv_encoding_LDADD=../mbfl/libmbfl.la -conv_kana_SOURCES=conv_kana.c -conv_kana_LDADD=../mbfl/libmbfl.la -strwidth_SOURCES=strwidth.c -strwidth_LDADD=../mbfl/libmbfl.la -strcut_SOURCES=strcut.c -strcut_LDADD=../mbfl/libmbfl.la diff --git a/ext/mbstring/libmbfl/tests/conv_encoding.tests/Makefile.am b/ext/mbstring/libmbfl/tests/conv_encoding.tests/Makefile.am deleted file mode 100644 index 6a626bd5af..0000000000 --- a/ext/mbstring/libmbfl/tests/conv_encoding.tests/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -EXTRA_DIST=\ - cp51932_cp50220raw.exp\ - ujis_sjis.exp\ - utf8_sjis.exp\ - yensign.exp -noinst_PROGRAMS=gen_exp -gen_exp_SOURCES=gen_exp.c -CLEANFILES=\ - uni_to_cp932.exp\ - uni_to_cp50220.exp\ - uni_to_cp50222.exp\ - cp932_to_uni.exp - -CP932.TXT: - $(FETCH_VIA_FTP) ftp://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT - -cp932_to_uni.exp: gen_exp CP932.TXT - ./gen_exp from_cp932 > "$@" - -uni_to_cp932.exp: gen_exp CP932.TXT - ./gen_exp to_cp932 > "$@" - -uni_to_cp50220.exp: gen_exp CP932.TXT - ./gen_exp to_cp50220 > "$@" - -uni_to_cp50222.exp: gen_exp CP932.TXT - ./gen_exp to_cp50222 > "$@" - -check-local: uni_to_cp932.exp uni_to_cp50220.exp uni_to_cp50222.exp - -.PHONY: check-local diff --git a/ext/mbstring/libmbfl/tests/conv_kana.tests/Makefile.am b/ext/mbstring/libmbfl/tests/conv_kana.tests/Makefile.am deleted file mode 100644 index 37713c3952..0000000000 --- a/ext/mbstring/libmbfl/tests/conv_kana.tests/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST=*.exp diff --git a/ext/mbstring/libmbfl/tests/strcut.tests/Makefile.am b/ext/mbstring/libmbfl/tests/strcut.tests/Makefile.am deleted file mode 100644 index 37713c3952..0000000000 --- a/ext/mbstring/libmbfl/tests/strcut.tests/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST=*.exp diff --git a/ext/mbstring/libmbfl/tests/strwidth.tests/Makefile.am b/ext/mbstring/libmbfl/tests/strwidth.tests/Makefile.am deleted file mode 100644 index 37713c3952..0000000000 --- a/ext/mbstring/libmbfl/tests/strwidth.tests/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST=*.exp |
