]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGS
authorShuah Khan <shuahkh@osg.samsung.com>
Mon, 11 Sep 2017 19:46:44 +0000 (13:46 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 21 Sep 2017 13:55:39 +0000 (07:55 -0600)
commit8d48891f678315c8b481a4f9d61eae9a0b812044
tree7ea880277edf0e1d0ce6f004642960e374ea59b2
parent9c5668e6cba6d8f08bed46a223b399040a9057f9
selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGS

lib.mk var TEST_CUSTOM_PROGS is for tests that need custom build
rules. TEST_PROGS is used for test shell scripts. Fix it to use
TEST_CUSTOM_PROGS. lib.mk will run and install them.

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