annotate modules/filenamecat-tests @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents ae28326ff93e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9322
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-filenamecat.c
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 stdbool
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 configure.ac:
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Makefile.am:
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 TESTS += test-filenamecat
ff1decf016ff Put unit test for filenamecat module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 check_PROGRAMS += test-filenamecat
9360
7b62d3737179 * modules/filenamecat-tests (Makefile.am): Link against -lintl.
Eric Blake <ebb9@byu.net>
parents: 9322
diff changeset
12 test_filenamecat_LDADD = $(LDADD) @LIBINTL@