aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/hello.c
AgeCommit message (Collapse)AuthorFilesLines
2019-11-28testsuite: avoid standard includes in the testsLuc Van Oostenryck1-1/+1
These headers are often complex and full of implementation specificities. They have no place in the testsuite. So, remove these includes and replace them by the prototype of the function being used. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2017-05-28testsuite: remove unneeded './' before commandsLuc Van Oostenryck1-1/+1
Some testcase have their command specified as './<command name>' but the './' part is unneeded as all commands are first prefixed with '../' before being run. Furthermore, the possible presence of these './' force the use of 'basename' when filtering out the disabled commands. Change this by stripping the './' where is was used. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2011-08-29sparse, llvm: Code generation for string constantsPekka Enberg1-0/+13
Signed-off-by: Pekka Enberg <penberg@kernel.org>