test: rename mpp-*.json to *.mpp.json
This simplifies the `test-data` rules in `Makefile` considerably. Also, it allows adding `*.mpp.json` files in other directories without needing to copy rules. (make's pattern-based rules only allow a single `%`). Adjust test/data/README.md accordingly.
This commit is contained in:
parent
c11459c626
commit
d9ef44eb6d
7 changed files with 7 additions and 7 deletions
|
|
@ -32,10 +32,10 @@ do not allow comments, this file shortly describes their purpose.
|
|||
this manifest's tree is constructed just from the filesystem package and is
|
||||
marked using the selinux stage.
|
||||
|
||||
Manifests prefixed with `mpp-*` are fed through the ManifestPreProcessors and
|
||||
then stored in the same directory with the `mpp-*` prefix dropped. The
|
||||
generated files are committed to the repository. Nevertheless, if you need to
|
||||
regenerate them, use `make test-data`.
|
||||
Manifests ending on `.mpp.json` are fed through the ManifestPreProcessors
|
||||
and then stored in the same directory with an `.json` extension (replacing
|
||||
`.mpp.json`). generated files are committed to the repository. Nevertheless,
|
||||
if you need to regenerate them, use `make test-data`.
|
||||
|
||||
* `./sources/`:
|
||||
This directory contains test-data for runtime tests of the source-engines. It
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue