annotate modules/argp-tests @ 40203:30d91797009f

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 01 Mar 2019 08:42:42 -0800
parents bee77692eea2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6579
6c95837f2f9a Test suite for argp module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
1 Files:
6c95837f2f9a Test suite for argp module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
2 tests/test-argp.c
6c95837f2f9a Test suite for argp module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
3 tests/test-argp-2.sh
18933
bee77692eea2 argp, tsearch tests: Fix file list.
Bruno Haible <bruno@clisp.org>
parents: 18398
diff changeset
4 tests/macros.h
6579
6c95837f2f9a Test suite for argp module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
5
6c95837f2f9a Test suite for argp module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
6 Depends-on:
6c95837f2f9a Test suite for argp module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
7
6c95837f2f9a Test suite for argp module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
8 Makefile.am:
8239
d31f3019f697 Assume automake >= 1.10.
Bruno Haible <bruno@clisp.org>
parents: 6654
diff changeset
9 TESTS += test-argp test-argp-2.sh
8698
ae4587be462b Fix --with-tests compilation on cygwin.
Eric Blake <ebb9@byu.net>
parents: 8631
diff changeset
10 check_PROGRAMS += test-argp
ae4587be462b Fix --with-tests compilation on cygwin.
Eric Blake <ebb9@byu.net>
parents: 8631
diff changeset
11 test_argp_LDADD = $(LDADD) @LIBINTL@