aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-01-12utils: Add run_ptests function skeleton.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-12utils: Add filter_ptests and testcase.Aníbal Limón
This function is used when user specify only certain ptests to run. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-12tests/utils.c: Move useful data to static scope for use in other tests.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-12tests/{ptest_list,utils}.c: Adds testcase for validate NULL parameters.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-12ptest_list.c, utils.c: Add valitaion of NULL parameters in functions.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-12utils.c: print_ptests remove explicit extern to match the current convenion.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-12utils.c: Adds better unit test for compare output.Aníbal Limón
Signed-off-by: Aníbal Limón <limon.anibal@gmail.com>
2016-01-11utils.c: Add print_ptests function with testcase.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-11Add support for get_available_ptests.Aníbal Limón
- ptest_list.h: Add macros for make easy free'ing ptest_list. - utils.c: Add get_available_ptests function, search over specific directory and returns ptest_list. - tests/utils.c: Adds test suite with get_available_ptests test. - tests/data: Add data for support get_available_ptests test. - Makefile: Add check rule for execute ptest-runner-test. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-08Add GPLv2 LICENSE information.Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-08ptest_list.c: Add module for load ptests into a linkedlistAníbal Limón
tests: Add ptest_list testsuite using check framework. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2016-01-07Initial commit,Aníbal Limón
Adding main program with option parse and utils module. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>