Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/posixtm-tests @ 12029:a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
* lib/posixtm.c (posixtime): Remove #ifdef'd tests. Move to...
* tests/test-posixtm.c: ... this new file.
* modules/posixtm-tests: New module.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Wed, 16 Sep 2009 08:36:40 +0200 |
parents | |
children | a48d3d749ca5 |
rev | line source |
---|---|
12029
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
1 Files: |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
2 tests/test-posixtm.c |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
3 |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
4 Depends-on: |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
5 intprops |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
6 setenv |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
7 strftime |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
8 |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
9 configure.ac: |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
10 |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
11 Makefile.am: |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
12 TESTS += test-posixtm |
a00b18ad8d1a
posixtm: move #ifdef'd tests into a new module
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
13 check_PROGRAMS += test-posixtm |