Mercurial > hg > octave-kai > gnulib-hg
annotate modules/unistr/u16-strcat-tests @ 16455:cfdc186017be
New module 'fabsf-ieee'.
* modules/fabsf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 17:27:36 +0100 |
parents | 86634e33e086 |
children |
rev | line source |
---|---|
12706
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/unistr/test-u16-strcat.c |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/unistr/test-strcat.h |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 tests/macros.h |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 Depends-on: |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 configure.ac: |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 Makefile.am: |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 TESTS += test-u16-strcat |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 check_PROGRAMS += test-u16-strcat |
9b26efbeb594
Tests for module 'unistr/u16-strcat'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 test_u16_strcat_SOURCES = unistr/test-u16-strcat.c |
13354
86634e33e086
New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents:
12706
diff
changeset
|
14 test_u16_strcat_LDADD = $(LDADD) $(LIBUNISTRING) |