Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Run all gccxml-format test cases as castxml-format cases too | Michka Popoff | 2016-12-09 | 1 | -0/+11 |
Run all `gccxml.*` test cases as `castxml1.*` test cases covering output format with `--castxml-output=1`. Produce the expected test output files as follows: (cd test/expect && rename 's/^gccxml/castxml1/' gccxml.*) && git checkout test/expect && sed -i 's/GCC_XML/CastXML/' test/expect/castxml1.* This covers the current behavior of having both formats identical except for the root element. Later the new format outputs can be adapted as the format is changed. |