Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/bitrotate-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 | a48d3d749ca5 |
children |
rev | line source |
---|---|
10373 | 1 Files: |
2 tests/test-bitrotate.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
10373
diff
changeset
|
3 tests/macros.h |
10373 | 4 |
5 Depends-on: | |
6 | |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-bitrotate | |
11 check_PROGRAMS += test-bitrotate |