Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/unilbrk/u8-width-linebreaks-tests @ 18079:4c948fd76734 default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Mon, 24 Aug 2015 06:09:19 -0700 |
parents | 86634e33e086 |
children |
rev | line source |
---|---|
10046
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/unilbrk/test-u8-width-linebreaks.c |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
10046
diff
changeset
|
3 tests/macros.h |
10046
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 Depends-on: |
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 configure.ac: |
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Makefile.am: |
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 TESTS += test-u8-width-linebreaks |
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 check_PROGRAMS += test-u8-width-linebreaks |
7310f4926fdf
Tests for module unilbrk/u8-width-linebreaks.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 test_u8_width_linebreaks_SOURCES = unilbrk/test-u8-width-linebreaks.c |
13354
86634e33e086
New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
13 test_u8_width_linebreaks_LDADD = $(LDADD) $(LIBUNISTRING) |