Re: [PATCH v2 03/19] selftests: add install target to enable installing selftests

2014-12-01 Thread Shuah Khan
On 11/26/2014 10:45 PM, Masami Hiramatsu wrote: > (2014/11/12 5:27), Shuah Khan wrote: >> Add a new make target to enable installing selftests. This >> new target will call install targets for the tests that are >> specified in INSTALL_TARGETS. During install, a script is >> generated to run tests

Re: [PATCH v2 03/19] selftests: add install target to enable installing selftests

2014-11-26 Thread Masami Hiramatsu
(2014/11/12 5:27), Shuah Khan wrote: > Add a new make target to enable installing selftests. This > new target will call install targets for the tests that are > specified in INSTALL_TARGETS. During install, a script is > generated to run tests that are installed. This script will > be installed in

[PATCH v2 03/19] selftests: add install target to enable installing selftests

2014-11-11 Thread Shuah Khan
Add a new make target to enable installing selftests. This new target will call install targets for the tests that are specified in INSTALL_TARGETS. During install, a script is generated to run tests that are installed. This script will be installed in the selftest install directory. Individual tes