aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-15[WIP] Initial LAVA supporttimo/lava-ptest-runner2Tim Orling
2018-04-25main.c: Add option (-e) to exclude certain tests for executionAníbal Limón
2018-04-25main.c: Use realpath to get the actual directory of ptestsAníbal Limón
2017-12-12README.md: Update to my current emailAníbal Limón
2017-12-12Add support to avoid load/run twice a run_ptest scriptAníbal Limón
2017-12-12Makefile: libcheck now requires to link subunitAníbal Limón
2017-11-02utils.c: Prefer monotonic clock to calculate elapsed timeJeffrey Pautler
2017-05-29timeout option missing the argument option ":" to getoptAnders Wallin
2017-04-06Add xml outputPascal Bach
2017-04-06utils, main: Add ptest_options struct to run_ptestsPascal Bach
2017-04-06utils.c: Improve user notice of TIMEOUTAníbal Limón
2016-09-22tests/utils.c: run_timeout_ptest remove unnecessary codeAníbal Limón
2016-09-22tests/utils.c: Add test case for run_ptest failureEdwin Plauchu
2016-09-22tests/utils.c: Refactor test_run_ptestsEdwin Plauchu
2016-09-22utils.c: Add error report when run-ptests failsEdwin Plauchu
2016-09-20README.md: Add Contributions section.Aníbal Limón
2016-03-29README.md: Update to point to git.yoctoproject.org repository.Aníbal Limón
2016-01-14wait_child, run_ptests: Display ptest directory instead of ptest scriptAníbal Limón
2016-01-14utils.c: run_child adds missing chdirAníbal Limón
2016-01-14Create README.mdAnibal Limón
2016-01-14Add support for enable mcheck/mtrace.Aníbal Limón
2016-01-14Makefile: Add RELEASE env variable.Aníbal Limón
2016-01-14tests/utils.c: Add full testcase for run_ptests.Aníbal Limón
2016-01-13run_ptests: Fixes and improvements.Aníbal Limón
2016-01-12Adds full support for run_ptests.Aníbal Limón
2016-01-12main.c: Add full logic for get ptests and run it only missingAníbal Limón
2016-01-12utils: Add run_ptests function skeleton.Aníbal Limón
2016-01-12utils: Add filter_ptests and testcase.Aníbal Limón
2016-01-12tests/utils.c: Move useful data to static scope for use in other tests.Aníbal Limón
2016-01-12tests/{ptest_list,utils}.c: Adds testcase for validate NULL parameters.Aníbal Limón
2016-01-12ptest_list.c, utils.c: Add valitaion of NULL parameters in functions.Aníbal Limón
2016-01-12utils.c: print_ptests remove explicit extern to match the current convenion.Aníbal Limón
2016-01-12utils.c: Adds better unit test for compare output.Aníbal Limón
2016-01-11utils.c: Add print_ptests function with testcase.Aníbal Limón
2016-01-11Add support for get_available_ptests.Aníbal Limón
2016-01-08Add GPLv2 LICENSE information.Aníbal Limón
2016-01-08ptest_list.c: Add module for load ptests into a linkedlistAníbal Limón
2016-01-07Initial commit,Aníbal Limón