Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/vasnprintf-tests @ 18070:d460ec17f09f
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Tue, 28 Jul 2015 13:57:32 -0700 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
8329 | 1 Files: |
2 tests/test-vasnprintf.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
8329
diff
changeset
|
3 tests/macros.h |
8329 | 4 |
5 Depends-on: | |
6 | |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-vasnprintf | |
11 check_PROGRAMS += test-vasnprintf | |
12 |