Makefile 162 Bytes edit raw blame history 1 2 3 4 5 6 7 8 # Makefile for lib/ function selftests # No binaries, but make sure arg-less "make" doesn't trigger "run_tests" all: TEST_PROGS := printf.sh include ../lib.mk