]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/install
authorShuah Khan <shuahkh@osg.samsung.com>
Mon, 11 Sep 2017 19:06:33 +0000 (13:06 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 21 Sep 2017 13:55:39 +0000 (07:55 -0600)
commit9c5668e6cba6d8f08bed46a223b399040a9057f9
treef1b0b7a98651b29263085266f84d7b35acd8823d
parenta769420453d134bc2666fe6d33bcce01299682bc
selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/install

Some tests such as sync can't use generic build rules in lib.mk and require
custom rules. Currently there is no provision to allow custom builds and
test such as sync use TEST_PROGS which is reserved for test shell scripts.
Add TEST_CUSTOM_PROGS variable to lib.mk to run and install custom tests
built by individual test make files.

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