From: Shuah Khan (Samsung OSG) Date: Fri, 4 May 2018 17:17:35 +0000 (-0600) Subject: selftests: locking: add Makefile for locking test X-Git-Tag: v4.18-rc1~124^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=feb2d9a4d042b2540fa0803c9cbefe1ba6314984;p=thirdparty%2Fkernel%2Flinux.git selftests: locking: add Makefile for locking test Add Makefile for locking test. Signed-off-by: Shuah Khan (Samsung OSG) --- diff --git a/tools/testing/selftests/locking/Makefile b/tools/testing/selftests/locking/Makefile new file mode 100644 index 0000000000000..6e7761ab35360 --- /dev/null +++ b/tools/testing/selftests/locking/Makefile @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for locking/ww_mutx selftests + +# No binaries, but make sure arg-less "make" doesn't trigger "run_tests" +all: + +TEST_PROGS := ww_mutex.sh + +include ../lib.mk