summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-05 19:35:36 +0200
committerBruno Haible <bruno@clisp.org>2009-04-05 19:35:36 +0200
commit3dcf45efeff342c156cd5b5a845faaa875104894 (patch)
treec3fa01c5a301854c3a387a666fcac574bc6548c3 /tests
parentd6b5eb017aef649be89aec6dcd2519844f2bd91a (diff)
downloadlibunistring-3dcf45efeff342c156cd5b5a845faaa875104894.tar.gz
Ignore files brought in by gnulib-tool.
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore58
-rw-r--r--tests/unicase/.gitignore52
-rw-r--r--tests/uniconv/.gitignore12
-rw-r--r--tests/unictype/.gitignore160
-rw-r--r--tests/unilbrk/.gitignore8
-rw-r--r--tests/uniname/.gitignore3
-rw-r--r--tests/uninorm/.gitignore42
-rw-r--r--tests/unistdio/.gitignore44
-rw-r--r--tests/uniwbrk/.gitignore5
-rw-r--r--tests/uniwidth/.gitignore9
10 files changed, 393 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..7591207
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,58 @@
+/Makefile.gnulib
+/error.c
+/error.h
+/exitfail.c
+/exitfail.h
+/gettext.h
+/intprops.h
+/nan.h
+/progname.c
+/progname.h
+/setenv.c
+/strerror.c
+/test-alloca-opt.c
+/test-array-mergesort.c
+/test-c-ctype.c
+/test-c-strcase.sh
+/test-c-strcasecmp.c
+/test-c-strncasecmp.c
+/test-environ.c
+/test-errno.c
+/test-frexpl.c
+/test-fseterr.c
+/test-iconv.c
+/test-isnand-nolibm.c
+/test-isnand.h
+/test-isnanf-nolibm.c
+/test-isnanf.h
+/test-isnanl-nolibm.c
+/test-isnanl.h
+/test-localename.c
+/test-malloca.c
+/test-math.c
+/test-mbrtowc.c
+/test-mbrtowc1.sh
+/test-mbrtowc2.sh
+/test-mbrtowc3.sh
+/test-mbrtowc4.sh
+/test-mbsinit.c
+/test-mbsinit.sh
+/test-printf-frexp.c
+/test-printf-frexpl.c
+/test-signbit.c
+/test-stdbool.c
+/test-stdint.c
+/test-stdlib.c
+/test-strerror.c
+/test-striconveh.c
+/test-striconveha.c
+/test-string.c
+/test-unistd.c
+/test-wchar.c
+/test-wctype.c
+/test-wcwidth.c
+/unsetenv.c
+/wctob.c
+/xalloc-die.c
+/xalloc.h
+/xmalloc.c
diff --git a/tests/unicase/.gitignore b/tests/unicase/.gitignore
new file mode 100644
index 0000000..2cb6e74
--- /dev/null
+++ b/tests/unicase/.gitignore
@@ -0,0 +1,52 @@
+/test-casecmp.h
+/test-is-cased.h
+/test-is-casefolded.h
+/test-is-lowercase.h
+/test-is-titlecase.h
+/test-is-uppercase.h
+/test-locale-language.c
+/test-locale-language.sh
+/test-mapping-part1.h
+/test-mapping-part2.h
+/test-u16-casecmp.c
+/test-u16-casecoll.c
+/test-u16-casefold.c
+/test-u16-is-cased.c
+/test-u16-is-casefolded.c
+/test-u16-is-lowercase.c
+/test-u16-is-titlecase.c
+/test-u16-is-uppercase.c
+/test-u16-tolower.c
+/test-u16-totitle.c
+/test-u16-toupper.c
+/test-u32-casecmp.c
+/test-u32-casecoll.c
+/test-u32-casefold.c
+/test-u32-is-cased.c
+/test-u32-is-casefolded.c
+/test-u32-is-lowercase.c
+/test-u32-is-titlecase.c
+/test-u32-is-uppercase.c
+/test-u32-tolower.c
+/test-u32-totitle.c
+/test-u32-toupper.c
+/test-u8-casecmp.c
+/test-u8-casecoll.c
+/test-u8-casefold.c
+/test-u8-is-cased.c
+/test-u8-is-casefolded.c
+/test-u8-is-lowercase.c
+/test-u8-is-titlecase.c
+/test-u8-is-uppercase.c
+/test-u8-tolower.c
+/test-u8-totitle.c
+/test-u8-toupper.c
+/test-uc_tolower.c
+/test-uc_totitle.c
+/test-uc_toupper.c
+/test-ulc-casecmp.c
+/test-ulc-casecmp1.sh
+/test-ulc-casecmp2.sh
+/test-ulc-casecoll.c
+/test-ulc-casecoll1.sh
+/test-ulc-casecoll2.sh
diff --git a/tests/uniconv/.gitignore b/tests/uniconv/.gitignore
new file mode 100644
index 0000000..5d04af3
--- /dev/null
+++ b/tests/uniconv/.gitignore
@@ -0,0 +1,12 @@
+/test-u16-conv-from-enc.c
+/test-u16-conv-to-enc.c
+/test-u16-strconv-from-enc.c
+/test-u16-strconv-to-enc.c
+/test-u32-conv-from-enc.c
+/test-u32-conv-to-enc.c
+/test-u32-strconv-from-enc.c
+/test-u32-strconv-to-enc.c
+/test-u8-conv-from-enc.c
+/test-u8-conv-to-enc.c
+/test-u8-strconv-from-enc.c
+/test-u8-strconv-to-enc.c
diff --git a/tests/unictype/.gitignore b/tests/unictype/.gitignore
new file mode 100644
index 0000000..57779f8
--- /dev/null
+++ b/tests/unictype/.gitignore
@@ -0,0 +1,160 @@
+/test-bidi_byname.c
+/test-bidi_name.c
+/test-bidi_of.c
+/test-bidi_test.c
+/test-block_list.c
+/test-block_of.c
+/test-block_test.c
+/test-categ_C.c
+/test-categ_Cc.c
+/test-categ_Cf.c
+/test-categ_Cn.c
+/test-categ_Co.c
+/test-categ_Cs.c
+/test-categ_L.c
+/test-categ_Ll.c
+/test-categ_Lm.c
+/test-categ_Lo.c
+/test-categ_Lt.c
+/test-categ_Lu.c
+/test-categ_M.c
+/test-categ_Mc.c
+/test-categ_Me.c
+/test-categ_Mn.c
+/test-categ_N.c
+/test-categ_Nd.c
+/test-categ_Nl.c
+/test-categ_No.c
+/test-categ_P.c
+/test-categ_Pc.c
+/test-categ_Pd.c
+/test-categ_Pe.c
+/test-categ_Pf.c
+/test-categ_Pi.c
+/test-categ_Po.c
+/test-categ_Ps.c
+/test-categ_S.c
+/test-categ_Sc.c
+/test-categ_Sk.c
+/test-categ_Sm.c
+/test-categ_So.c
+/test-categ_Z.c
+/test-categ_Zl.c
+/test-categ_Zp.c
+/test-categ_Zs.c
+/test-categ_and.c
+/test-categ_and_not.c
+/test-categ_byname.c
+/test-categ_name.c
+/test-categ_none.c
+/test-categ_of.c
+/test-categ_or.c
+/test-categ_test_withtable.c
+/test-combining.c
+/test-ctype_alnum.c
+/test-ctype_alpha.c
+/test-ctype_blank.c
+/test-ctype_cntrl.c
+/test-ctype_digit.c
+/test-ctype_graph.c
+/test-ctype_lower.c
+/test-ctype_print.c
+/test-ctype_punct.c
+/test-ctype_space.c
+/test-ctype_upper.c
+/test-ctype_xdigit.c
+/test-decdigit.c
+/test-decdigit.h
+/test-digit.c
+/test-digit.h
+/test-mirror.c
+/test-numeric.c
+/test-numeric.h
+/test-pr_alphabetic.c
+/test-pr_ascii_hex_digit.c
+/test-pr_bidi_arabic_digit.c
+/test-pr_bidi_arabic_right_to_left.c
+/test-pr_bidi_block_separator.c
+/test-pr_bidi_boundary_neutral.c
+/test-pr_bidi_common_separator.c
+/test-pr_bidi_control.c
+/test-pr_bidi_embedding_or_override.c
+/test-pr_bidi_eur_num_separator.c
+/test-pr_bidi_eur_num_terminator.c
+/test-pr_bidi_european_digit.c
+/test-pr_bidi_hebrew_right_to_left.c
+/test-pr_bidi_left_to_right.c
+/test-pr_bidi_non_spacing_mark.c
+/test-pr_bidi_other_neutral.c
+/test-pr_bidi_pdf.c
+/test-pr_bidi_segment_separator.c
+/test-pr_bidi_whitespace.c
+/test-pr_byname.c
+/test-pr_combining.c
+/test-pr_composite.c
+/test-pr_currency_symbol.c
+/test-pr_dash.c
+/test-pr_decimal_digit.c
+/test-pr_default_ignorable_code_point.c
+/test-pr_deprecated.c
+/test-pr_diacritic.c
+/test-pr_extender.c
+/test-pr_format_control.c
+/test-pr_grapheme_base.c
+/test-pr_grapheme_extend.c
+/test-pr_grapheme_link.c
+/test-pr_hex_digit.c
+/test-pr_hyphen.c
+/test-pr_id_continue.c
+/test-pr_id_start.c
+/test-pr_ideographic.c
+/test-pr_ids_binary_operator.c
+/test-pr_ids_trinary_operator.c
+/test-pr_ignorable_control.c
+/test-pr_iso_control.c
+/test-pr_join_control.c
+/test-pr_left_of_pair.c
+/test-pr_line_separator.c
+/test-pr_logical_order_exception.c
+/test-pr_lowercase.c
+/test-pr_math.c
+/test-pr_non_break.c
+/test-pr_not_a_character.c
+/test-pr_numeric.c
+/test-pr_other_alphabetic.c
+/test-pr_other_default_ignorable_code_point.c
+/test-pr_other_grapheme_extend.c
+/test-pr_other_id_continue.c
+/test-pr_other_id_start.c
+/test-pr_other_lowercase.c
+/test-pr_other_math.c
+/test-pr_other_uppercase.c
+/test-pr_paired_punctuation.c
+/test-pr_paragraph_separator.c
+/test-pr_pattern_syntax.c
+/test-pr_pattern_white_space.c
+/test-pr_private_use.c
+/test-pr_punctuation.c
+/test-pr_quotation_mark.c
+/test-pr_radical.c
+/test-pr_sentence_terminal.c
+/test-pr_soft_dotted.c
+/test-pr_space.c
+/test-pr_terminal_punctuation.c
+/test-pr_test.c
+/test-pr_titlecase.c
+/test-pr_unassigned_code_value.c
+/test-pr_unified_ideograph.c
+/test-pr_uppercase.c
+/test-pr_variation_selector.c
+/test-pr_white_space.c
+/test-pr_xid_continue.c
+/test-pr_xid_start.c
+/test-pr_zero_width.c
+/test-predicate-part1.h
+/test-predicate-part2.h
+/test-scripts.c
+/test-sy_c_ident.c
+/test-sy_c_whitespace.c
+/test-sy_java_ident.c
+/test-sy_java_whitespace.c
diff --git a/tests/unilbrk/.gitignore b/tests/unilbrk/.gitignore
new file mode 100644
index 0000000..636dd14
--- /dev/null
+++ b/tests/unilbrk/.gitignore
@@ -0,0 +1,8 @@
+/test-u16-possible-linebreaks.c
+/test-u16-width-linebreaks.c
+/test-u32-possible-linebreaks.c
+/test-u32-width-linebreaks.c
+/test-u8-possible-linebreaks.c
+/test-u8-width-linebreaks.c
+/test-ulc-possible-linebreaks.c
+/test-ulc-width-linebreaks.c
diff --git a/tests/uniname/.gitignore b/tests/uniname/.gitignore
new file mode 100644
index 0000000..c2508a2
--- /dev/null
+++ b/tests/uniname/.gitignore
@@ -0,0 +1,3 @@
+/UnicodeDataNames.txt
+/test-uninames.c
+/test-uninames.sh
diff --git a/tests/uninorm/.gitignore b/tests/uninorm/.gitignore
new file mode 100644
index 0000000..714abb3
--- /dev/null
+++ b/tests/uninorm/.gitignore
@@ -0,0 +1,42 @@
+/NormalizationTest.txt
+/test-canonical-decomposition.c
+/test-compat-decomposition.c
+/test-composition.c
+/test-decomposing-form.c
+/test-decomposition.c
+/test-nfc.c
+/test-nfd.c
+/test-nfkc.c
+/test-nfkd.c
+/test-u16-nfc.c
+/test-u16-nfd.c
+/test-u16-nfkc.c
+/test-u16-nfkd.c
+/test-u16-normcmp.c
+/test-u16-normcmp.h
+/test-u16-normcoll.c
+/test-u32-nfc-big.c
+/test-u32-nfc-big.sh
+/test-u32-nfc.c
+/test-u32-nfd-big.c
+/test-u32-nfd-big.sh
+/test-u32-nfd.c
+/test-u32-nfkc-big.c
+/test-u32-nfkc-big.sh
+/test-u32-nfkc.c
+/test-u32-nfkd-big.c
+/test-u32-nfkd-big.sh
+/test-u32-nfkd.c
+/test-u32-normalize-big.c
+/test-u32-normalize-big.h
+/test-u32-normcmp.c
+/test-u32-normcmp.h
+/test-u32-normcoll.c
+/test-u8-nfc.c
+/test-u8-nfd.c
+/test-u8-nfkc.c
+/test-u8-nfkd.c
+/test-u8-normcmp.c
+/test-u8-normcmp.h
+/test-u8-normcoll.c
+/test-uninorm-filter-nfc.c
diff --git a/tests/unistdio/.gitignore b/tests/unistdio/.gitignore
new file mode 100644
index 0000000..55c2407
--- /dev/null
+++ b/tests/unistdio/.gitignore
@@ -0,0 +1,44 @@
+/test-u16-asnprintf1.c
+/test-u16-asnprintf1.h
+/test-u16-printf1.h
+/test-u16-vasnprintf1.c
+/test-u16-vasnprintf2.c
+/test-u16-vasnprintf2.sh
+/test-u16-vasnprintf3.c
+/test-u16-vasnprintf3.sh
+/test-u16-vasprintf1.c
+/test-u16-vsnprintf1.c
+/test-u16-vsprintf1.c
+/test-u32-asnprintf1.c
+/test-u32-asnprintf1.h
+/test-u32-printf1.h
+/test-u32-vasnprintf1.c
+/test-u32-vasnprintf2.c
+/test-u32-vasnprintf2.sh
+/test-u32-vasnprintf3.c
+/test-u32-vasnprintf3.sh
+/test-u32-vasprintf1.c
+/test-u32-vsnprintf1.c
+/test-u32-vsprintf1.c
+/test-u8-asnprintf1.c
+/test-u8-asnprintf1.h
+/test-u8-printf1.h
+/test-u8-vasnprintf1.c
+/test-u8-vasnprintf2.c
+/test-u8-vasnprintf2.sh
+/test-u8-vasnprintf3.c
+/test-u8-vasnprintf3.sh
+/test-u8-vasprintf1.c
+/test-u8-vsnprintf1.c
+/test-u8-vsprintf1.c
+/test-ulc-asnprintf1.c
+/test-ulc-asnprintf1.h
+/test-ulc-printf1.h
+/test-ulc-vasnprintf1.c
+/test-ulc-vasnprintf2.c
+/test-ulc-vasnprintf2.sh
+/test-ulc-vasnprintf3.c
+/test-ulc-vasnprintf3.sh
+/test-ulc-vasprintf1.c
+/test-ulc-vsnprintf1.c
+/test-ulc-vsprintf1.c
diff --git a/tests/uniwbrk/.gitignore b/tests/uniwbrk/.gitignore
new file mode 100644
index 0000000..52496c8
--- /dev/null
+++ b/tests/uniwbrk/.gitignore
@@ -0,0 +1,5 @@
+/test-u16-wordbreaks.c
+/test-u32-wordbreaks.c
+/test-u8-wordbreaks.c
+/test-ulc-wordbreaks.c
+/test-ulc-wordbreaks.sh
diff --git a/tests/uniwidth/.gitignore b/tests/uniwidth/.gitignore
new file mode 100644
index 0000000..df0d32f
--- /dev/null
+++ b/tests/uniwidth/.gitignore
@@ -0,0 +1,9 @@
+/test-u16-strwidth.c
+/test-u16-width.c
+/test-u32-strwidth.c
+/test-u32-width.c
+/test-u8-strwidth.c
+/test-u8-width.c
+/test-uc_width.c
+/test-uc_width2.c
+/test-uc_width2.sh