]> 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)
commit906394be38e500c863d541e7b6e84a86405aa31b
treef1b0b7a98651b29263085266f84d7b35acd8823d
parentb5ae0602230b9d5078fe94a1a1a745d1be5149bf
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