Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/uname-tests @ 14276:6b7046963230
di-set, ino-map: new modules, from coreutils
* lib/di-set.c: New file.
* lib/di-set.h: Likewise.
* lib/ino-map.c: Likewise.
* lib/ino-map.h: Likewise.
* modules/di-set: Likewise.
* modules/di-set-tests: Likewise.
* modules/ino-map: Likewise.
* modules/ino-map-tests: Likewise.
* tests/test-di-set.c: Likewise.
* tests/test-ino-map.c: Likewise.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Mon, 07 Feb 2011 16:01:24 +0100 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
11769 | 1 Files: |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
2 tests/test-uname.c |
12489 | 3 tests/signature.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/macros.h |
11769 | 5 |
6 Depends-on: | |
7 | |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-uname | |
12 check_PROGRAMS += test-uname | |
13 test_uname_LDADD = $(LDADD) @GETHOSTNAME_LIB@ |