summaryrefslogtreecommitdiff
path: root/tests/config-parser-test.c
Commit message (Collapse)AuthorAgeFilesLines
* zunitc: made name of test fixture parameter explicit.Jon Cruz2015-10-231-21/+21
| | | | | | | | | | Instead of using the implicit name 'data', changed the test with fixture macro ZUC_TEST_F() to use an additional value to explicitly set the name to use for test data from the fixture. Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
* cosmetic: Remove a few double semicolonsDerek Foreman2015-10-071-1/+1
| | | | Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
* Converted the config parser test to the new framework.Jon A. Cruz2015-07-171-60/+311
| | | | | Signed-off-by: Jon A. Cruz <jonc@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
* tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
|
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
| | | | | | | | | | | | | | | There was an issue recently in screen-share.c where config.h was not being included, resulting in the wrong definition for off_t being used on 32 bit systems. I checked and I don't think this problem is happening elsewhere, but to help avoid this sort of problem in the future, I went through and made sure that config.h is included first whenever system headers are included. The config.h header should be included before any system headers, failing to do this can result in the wrong type sizes being defined on certain systems, e.g. off_t from sys/types.h Signed-off-by: Andrew Wedgbury <andrew.wedgbury@realvnc.com>
* config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg2013-09-211-1/+1
| | | | Take a basename of the config file to parse instead of an fd.
* tests: Fix warnings in config-parser-testKristian Høgsberg2013-07-091-1/+2
|
* tests: Move config-parser.test to tests/Quentin Glidic2013-07-081-0/+202
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>