Skip to content

Commit

Permalink
add target and update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed Jun 20, 2024
1 parent 062a215 commit aa650fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@
<execute-cii2ubl srcdir="${test.src.technical.dir}" dstdir="${test.build.generated.dir}/technical-cases" />
</target>

<target name="validator-generated-test"
depends="validator-generated-business-case-test, validator-generated-technical-case-test">
</target>

<target name="test" depends="compile-test,validator-test"
description="Perform all tests">
<echo message="Executing all tests" />
Expand Down
2 changes: 2 additions & 0 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ To use a local version, the properties `cii2ubl.local.enabled` and `cii2ubl.loca
`cii2ubl.local.enabled` needs to be set to `true` and `cii2ubl.local.url` has to point to the locally built, shaded JAR file of cii2ubl, including the version number.
If a local version is used, the internally defined version is ignored.

The task `validator-generated-test` validates the generated test instances with the Validator Configuration XRechnung.


## Distribution

Expand Down

0 comments on commit aa650fa

Please sign in to comment.