selftests: lib.mk: copy test scripts and test files for make O=dir run
authorShuah Khan <shuahkh@osg.samsung.com>
Tue, 12 Sep 2017 01:03:11 +0000 (19:03 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 21 Sep 2017 13:55:40 +0000 (07:55 -0600)
commit1a940687e424080a6ed285f2de8b2f0d018edf3e
tree0790ebe537ef48befdeba0256db18b4f5eaa396d
parentb2fc6ade9fe2118591e7f51e21b51f65e36f138f
selftests: lib.mk: copy test scripts and test files for make O=dir run

For make O=dir run_tests to work, test scripts, test files, and other
dependencies need to be copied over to the object directory. Running
tests from the object directory is necessary to avoid making the source
tree dirty.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/lib.mk