Skip to content

Testing: Use CTest to validate syntax XMLs

Alex Turbov requested to merge (removed):feature/validate-syntax into master
  • Search for xmllint executable
  • If found, and BUILD_TESTING is ON, then register a test case (one per syntax XML file)

One can run the syntax tests like this:

$ ctest -R 'Validate:'

Merge request reports