summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-12-18libweston,tools: Include libgen.h for basename signatureKhem Raj1-0/+1
2022-07-05zuc: Delete support for forking testsDaniel Stone5-627/+6
2021-08-03tests: Bump alignment for test structures to 64 bytesDaniel Stone1-1/+1
2021-02-25gl-renderer: move vertex shader into new filePekka Paalanen1-0/+100
2019-11-28option-parser: Make bools booleanDaniel Stone1-5/+5
2019-05-02zunitc: Fix undeclared identifier 'NULL'-1-0/+1
2019-04-18Rename zalloc.h to libweston/zalloc.hPekka Paalanen4-5/+4
2019-04-18Rename config-parser.h to libweston/config-parser.hPekka Paalanen1-1/+1
2019-02-20Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot1-2/+2
2017-12-01tests: Mark tests as used so they don’t get removed at link timeEmmanuel Gil Peyrot1-2/+2
2017-01-03zunitc: fix a typo in a commentAbdur Rehman1-1/+1
2017-01-03zunitc: fix a couple of typosAbdur Rehman1-1/+1
2016-09-24zunitc/junit-reporter: Silence pointer-sign warningQuentin Glidic1-1/+7
2016-05-19zunitc: use platform-independent macros for integer formattingEmmanuel Gil Peyrot2-22/+27
2016-04-05zunitc: fix spelling mistakeEric Engestrom1-1/+1
2016-04-05zunitc: remove `break` after `return`Eric Engestrom2-17/+0
2015-10-23zunitc: made name of test fixture parameter explicit.Jon Cruz3-11/+26
2015-10-23zunitc: Clarify documentation on return behavior.Jon Cruz2-39/+132
2015-08-07Coding style fixesDawid Gajownik1-1/+2
2015-07-17Enables output in the JUnit XML format.Jon A. Cruz3-0/+525
2015-07-14zunitc: Fix minor typoBryce Harrington1-1/+1
2015-07-14zunitc: Fix some minor grammatical errors in doxBryce Harrington1-2/+2
2015-07-14zunitc: wrap dox to 80 columnsBryce Harrington1-8/+22
2015-07-07Added simple unit/integration test framework and corresponding test program.Jon A. Cruz15-0/+4471