Mercurial > hg > octave-kai > gnulib-hg
annotate modules/quotearg-tests @ 9908:a69cc9d85bcc
test-quotearg needs to be linked against libintl (at least on Solaris).
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 13 Apr 2008 18:15:04 +0200 |
parents | f6f2dedca815 |
children | fc5faccd30e7 |
rev | line source |
---|---|
9700
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
1 Files: |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
2 tests/test-quotearg.c |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
3 |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
4 Depends-on: |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
5 progname |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
6 stdint |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
7 |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
8 configure.ac: |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
9 |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
10 Makefile.am: |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
11 TESTS += test-quotearg |
f6f2dedca815
Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
12 check_PROGRAMS += test-quotearg |
9908
a69cc9d85bcc
test-quotearg needs to be linked against libintl (at least on Solaris).
Bruno Haible <bruno@clisp.org>
parents:
9700
diff
changeset
|
13 test_quotearg_LDADD = $(LDADD) @LIBINTL@ |