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)
commit38f7251852a0cd47f34af4a6f84df0fadafa8ac7
tree7ea880277edf0e1d0ce6f004642960e374ea59b2
parentbe16a244c199983656e58ddb10d80c67197e502f
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