brintos

brintos / linux-shallow public Read only

0
0
Text · 203 B · 6e7761a Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for locking/ww_mutx selftests4 5# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"6all:7 8TEST_PROGS := ww_mutex.sh9 10include ../lib.mk11