]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: Makefile: fix for loops in targets to run silently
authorShuah Khan <shuahkh@osg.samsung.com>
Mon, 18 Sep 2017 23:30:50 +0000 (17:30 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 25 Sep 2017 16:08:59 +0000 (10:08 -0600)
commitb3f60807e5f152f2abb12ff0bee23a3614dcbc4e
tree87cc62768c4fae1136f54a8877e22379ca8c7e7b
parent1fb9c78c8b1b4e1aa354185d8eeb41d517ea8067
selftests: Makefile: fix for loops in targets to run silently

Fix for loops in targets to run silently to avoid cluttering the test
results.

Suppresses the following from targets: e.g run from breakpoints

for TARGET in breakpoints; do \
BUILD_TARGET=$BUILD/$TARGET; \
mkdir $BUILD_TARGET  -p; \
make OUTPUT=$BUILD_TARGET -C $TARGET;\
done;

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