Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit feb2d9a4 authored by Shuah Khan (Samsung OSG)'s avatar Shuah Khan (Samsung OSG)
Browse files

selftests: locking: add Makefile for locking test



Add Makefile for locking test.

Signed-off-by: default avatarShuah Khan (Samsung OSG) <shuah@kernel.org>
parent b2686245
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
# 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