Brooklyn/tools/testing/selftests/lib/Makefile

10 lines
249 B
Makefile
Raw Normal View History

2021-05-26 19:09:36 +00:00
# SPDX-License-Identifier: GPL-2.0-only
# Makefile for lib/ function selftests
# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:
2021-10-02 16:09:28 +00:00
TEST_PROGS := printf.sh bitmap.sh prime_numbers.sh scanf.sh strscpy.sh
2021-05-26 19:09:36 +00:00
include ../lib.mk