[PATCH 1/7] selftests: copy TEST_DIRS to INSTALL_PATH

2015-04-14 Thread Tyler Baker
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests such as ftrace require a directory and all of it's contents to execute the test properly, thus these directories and files need to be copied when we perform an install. Signed-off-by: Tyler Baker ---

[PATCH 1/7] selftests: copy TEST_DIRS to INSTALL_PATH

2015-04-14 Thread Tyler Baker
Loop over all TEST_DIRS and recursively copy them to the INSTALL_PATH. Tests such as ftrace require a directory and all of it's contents to execute the test properly, thus these directories and files need to be copied when we perform an install. Signed-off-by: Tyler Baker tyler.ba...@linaro.org