annotate modules/array-set-tests @ 40203:30d91797009f

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 01 Mar 2019 08:42:42 -0800
parents fc1069683582
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39996
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-array_set.c
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/macros.h
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Depends-on:
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 xoset
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 array-oset
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 xalloc
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Makefile.am:
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 TESTS += test-array_set
0803f776f3e0 array-set: Add tests.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 check_PROGRAMS += test-array_set
40079
fc1069683582 Fix link errors in unit tests.
Bruno Haible <bruno@clisp.org>
parents: 39996
diff changeset
15 test_array_set_LDADD = $(LDADD) @LIBINTL@