Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for locking/ww_mutx selftests
0004 
0005 # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
0006 all:
0007 
0008 TEST_PROGS := ww_mutex.sh
0009 
0010 include ../lib.mk