Makefile 203 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for locking/ww_mutx selftests
  4. # No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
  5. all:
  6. TEST_PROGS := ww_mutex.sh
  7. include ../lib.mk