[PATCH 0/2] selftests: installation fixes

2015-05-12 Thread tyler . baker
From: Tyler Baker This is a follow up series to address a simple lib.mk installation issue[1]. Essentially, install is being called without checking that there exists test artifacts to install, which in turn causes 'make install' to fail. By creating a simple loop we can avoid if/elif/else

[PATCH 0/2] selftests: installation fixes

2015-05-12 Thread tyler . baker
From: Tyler Baker tyler.ba...@linaro.org This is a follow up series to address a simple lib.mk installation issue[1]. Essentially, install is being called without checking that there exists test artifacts to install, which in turn causes 'make install' to fail. By creating a simple loop we can