Skip to content

jsuarez-chipiron/package-tools

Repository files navigation

package-tools

compile

mkdir build && cd build
cmake ..
make

merge-packages

execute

./build/merge-packages package1.xml package2.xml 57.0

The command outputs the merge of both input files. The types are sorted by name and the members also sorted in each type.

The last arg is the version to be printed

extract-tests

execute

./build/extract-tests package.xml

Return a list of the test classes included in the package for use as RunSpecifiedTests content

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published