Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/unistr/u32-move-tests @ 17790:1313252b8540
obstack: do not assume system-supplied obstack is size_t safe
* m4/obstack.m4: New file.
* modules/obstack (Files): Add it.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 03 Nov 2014 16:36:27 -0800 |
parents | 86634e33e086 |
children |
rev | line source |
---|---|
12656
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/unistr/test-u32-move.c |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/unistr/test-move.h |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 tests/macros.h |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 Depends-on: |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 configure.ac: |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 Makefile.am: |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 TESTS += test-u32-move |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 check_PROGRAMS += test-u32-move |
ad6f0b6c1dbc
Tests for module 'unistr/u32-move'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 test_u32_move_SOURCES = unistr/test-u32-move.c |
13354
86634e33e086
New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents:
12656
diff
changeset
|
14 test_u32_move_LDADD = $(LDADD) $(LIBUNISTRING) |