Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/snprintf-tests @ 17111:b8250ce33952
hash-pjw: relax license to LGPLv2+
* modules/hash-pjw (License): Relax, with consent of author.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 26 Sep 2012 20:12:57 -0700 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
8327 | 1 Files: |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
2 tests/test-snprintf.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 |
8327 | 5 |
6 Depends-on: | |
7 | |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-snprintf | |
12 check_PROGRAMS += test-snprintf | |
13 |