Makefile 201 B

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