summaryrefslogtreecommitdiff
path: root/tests/scanner/sletter.h
Commit message (Collapse)AuthorAgeFilesLines
* tests/scanner: Decorate Symbols for ExportChun-wei Fan2014-08-151-0/+7
| | | | | | | | | | This updates the test headers and sources to decorate the symbols with the macro that can be used to export the symbols, and include config.h first in the c-sources so that the macro can be defined with the compiler directive to export the symbols. Update the CFLAGS as well so that the header that defines the export decoration macro can be found. https://bugzilla.gnome.org/show_bug.cgi?id=732669
* Maintransfomer: fix again paring error domains with unregistered enumsGiovanni Campagna2012-07-021-0/+9
| | | | | | | | | Previous fix was wrong, as it called to_underscores_noprefix on a prefixed type name. The actual fix is to call the transformer to do the prefix / type_name split, and turn the latter to underscores. Test case included. https://bugzilla.gnome.org/show_bug.cgi?id=634202
* tests: Add GSpawnError-alike to SLetterColin Walters2012-07-021-0/+9
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=637025 for motivation.
* tests: Add SLetterColin Walters2012-07-021-0/+13
This test case has a single-letter symbol prefix, which triggers edge cases in the difference between prefix handling. See https://bugzilla.gnome.org/show_bug.cgi?id=637025