annotate modules/array-map-tests @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents fc1069683582
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
40022
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-array_map.c
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/macros.h
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Depends-on:
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 xlist
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 array-list
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 xalloc
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Makefile.am:
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 TESTS += test-array_map
df91ed80f476 array-map: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 check_PROGRAMS += test-array_map
40079
fc1069683582 Fix link errors in unit tests.
Bruno Haible <bruno@clisp.org>
parents: 40022
diff changeset
15 test_array_map_LDADD = $(LDADD) @LIBINTL@