Tests defs: move static definitions in a new file `defs-static'.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 5 Nov 2010 20:29:17 +0000 (21:29 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 11 Nov 2010 13:29:54 +0000 (14:29 +0100)
commitb5e533390ea8c3d2952f5a5c57a514274dee9fd2
tree35786b321f77be23334a7a7e73b880fbd9e5279a
parentcb23608ac99ce2b62f53f5100f19d1cf8607423d
Tests defs: move static definitions in a new file `defs-static'.

The new file is meant to be idempotent w.r.t. mutiple inclusions.

* tests/defs.in: Removed, its contents split among ...
* tests/defs-static.in: ... this new file ...
* tests/defs: ... and this new file, including the former.
* configure.ac (AC_CONFIG_FILES): Remove `tests/defs', add
`tests/defs-static'.
(AC_CONFIG_LINKS): Add `tests/defs'.
* tests/Makefile.am ($(parallel_tests)): Update.
($(instspc_tests)): Likewise.
* tests/.gitignore: Update.
ChangeLog
configure
configure.ac
tests/.gitignore
tests/Makefile.am
tests/Makefile.in
tests/defs [moved from tests/defs.in with 76% similarity]
tests/defs-static.in [new file with mode: 0644]