]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - tools/testing/selftests/lib.mk
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)
commitbe16a244c199983656e58ddb10d80c67197e502f
treef1b0b7a98651b29263085266f84d7b35acd8823d
parente2fb65594cae9a016fab4639a5d22a914f1e16c8
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