summaryrefslogtreecommitdiff
path: root/tests/scanner/Headeronly-1.0-expected.gir
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use Automake test harness for scanner diff testsSimon Feltman2013-12-291-0/+21
Add gi-tester script for dispatching various scanner diff tests based on their target suffix. Hook the dispatcher script into the Automake test harness which is passed the diff test target name. Remove usage of check-local which is always run regardless of whether or not the TESTS variable is set from the command line. This allows for both the ability to use the harnesses XFAIL_TESTS variable for expected failures as well as testing of targets individually, for example: cd tests/scanner make check TESTS=GtkFrob-1.0.gir make check TESTS=Regress-1.0-Python Add Headeronly-1.0-expected.gir for validating the results of the header only gir creation test. https://bugzilla.gnome.org/show_bug.cgi?id=720713