summaryrefslogtreecommitdiff
path: root/tests/config-parser-test.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Re-apply "config-parser: Catch negative numbers assigned to unsigned config v...Bryce Harrington1-0/+31
2016-07-26config-parser: Add weston_config_section_get_colorBryce Harrington1-2/+119
2016-07-13Revert "config-parser: Catch negative numbers assigned to unsigned config val...Bryce Harrington1-31/+0
2016-07-12config-parser: Catch negative numbers assigned to unsigned config valuesBryce Harrington1-0/+31
2016-07-08config-parser: Improve error checks for strtol/strtoul callsBryce Harrington1-0/+34
2015-10-23zunitc: made name of test fixture parameter explicit.Jon Cruz1-21/+21
2015-10-07cosmetic: Remove a few double semicolonsDerek Foreman1-1/+1
2015-07-17Converted the config parser test to the new framework.Jon A. Cruz1-60/+311
2015-06-15tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2013-09-21config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg1-1/+1
2013-07-09tests: Fix warnings in config-parser-testKristian Høgsberg1-1/+2
2013-07-08tests: Move config-parser.test to tests/Quentin Glidic1-0/+202