Skip to content

Commit d85d80b

Browse files
kkysenthedataking
authored andcommitted
tests/integration: add {cargo,check}.postprocess stages and enable cargo.postprocess for json-c
The main `postprocess` still isn't implemented, but now `cargo.postprocess` and `check.postprocess` work.
1 parent 1a889c8 commit d85d80b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

tests/integration/tests/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class Test(object):
2323
"refactor": ["refactor.gen.sh", "refactor.sh"],
2424
"cargo.refactor": ["cargo.refactor.gen.sh", "cargo.refactor.sh"],
2525
"check.refactor": ["check.refactor.sh", "test.sh"],
26+
"cargo.postprocess": ["cargo.postprocess.gen.sh", "cargo.postprocess.sh"],
27+
"check.postprocess": ["check.postprocess.sh", "test.sh"],
2628
}
2729

2830
def __init__(self, directory: Path, generated_scripts: set[Path]):

tests/integration/tests/json-c/conf.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ refactor:
2222

2323
cargo.refactor:
2424
autogen: true
25+
26+
cargo.postprocess:
27+
autogen: true

0 commit comments

Comments
 (0)