Staging
v0.8.1
Raw File
Makefile
# Makefile for lib/ function selftests

# No binaries, but make sure arg-less "make" doesn't trigger "run_tests"
all:

TEST_PROGS := printf.sh bitmap.sh

include ../lib.mk
back to top