Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/string-tests @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | d7eed0b7ef06 |
children |
rev | line source |
---|---|
8175 | 1 Files: |
2 tests/test-string.c | |
3 | |
4 Depends-on: | |
11658
8b1dcb465dff
tests: add test for bogus NULL definition
Eric Blake <ebb9@byu.net>
parents:
8175
diff
changeset
|
5 verify |
13082
d7eed0b7ef06
Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
12988
diff
changeset
|
6 string-c++-tests |
8175 | 7 |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-string | |
12 check_PROGRAMS += test-string |