brintos

brintos / linux-shallow public Read only

0
0
Text · 394 B · c71109c Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Makefile for LKDTM regression tests3 4include ../lib.mk5 6# NOTE: $(OUTPUT) won't get default value if used before lib.mk7TEST_FILES := tests.txt8TEST_PROGS := stack-entropy.sh9TEST_GEN_PROGS = $(patsubst %,$(OUTPUT)/%.sh,$(shell awk '{print $$1}' tests.txt | sed -e 's/\#//'))10all: $(TEST_GEN_PROGS)11 12$(OUTPUT)/%: run.sh tests.txt13	install -m 0744 run.sh $@14