summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* zuc: Delete support for forking testsDaniel Stone2022-07-055-627/+6
* tests: Bump alignment for test structures to 64 bytesDaniel Stone2021-08-031-1/+1
* gl-renderer: move vertex shader into new filePekka Paalanen2021-02-251-0/+100
* option-parser: Make bools booleanDaniel Stone2019-11-281-5/+5
* zunitc: Fix undeclared identifier 'NULL'-2019-05-021-0/+1
* Rename zalloc.h to libweston/zalloc.hPekka Paalanen2019-04-184-5/+4
* Rename config-parser.h to libweston/config-parser.hPekka Paalanen2019-04-181-1/+1
* Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot2019-02-201-2/+2
* tests: Mark tests as used so they don’t get removed at link timeEmmanuel Gil Peyrot2017-12-011-2/+2
* zunitc: fix a typo in a commentAbdur Rehman2017-01-031-1/+1
* zunitc: fix a couple of typosAbdur Rehman2017-01-031-1/+1
* zunitc/junit-reporter: Silence pointer-sign warningQuentin Glidic2016-09-241-1/+7
* zunitc: use platform-independent macros for integer formattingEmmanuel Gil Peyrot2016-05-192-22/+27
* zunitc: fix spelling mistakeEric Engestrom2016-04-051-1/+1
* zunitc: remove `break` after `return`Eric Engestrom2016-04-052-17/+0
* zunitc: made name of test fixture parameter explicit.Jon Cruz2015-10-233-11/+26
* zunitc: Clarify documentation on return behavior.Jon Cruz2015-10-232-39/+132
* Coding style fixesDawid Gajownik2015-08-071-1/+2
* Enables output in the JUnit XML format.Jon A. Cruz2015-07-173-0/+525
* zunitc: Fix minor typoBryce Harrington2015-07-141-1/+1
* zunitc: Fix some minor grammatical errors in doxBryce Harrington2015-07-141-2/+2
* zunitc: wrap dox to 80 columnsBryce Harrington2015-07-141-8/+22
* Added simple unit/integration test framework and corresponding test program.Jon A. Cruz2015-07-0715-0/+4471