test/*: rewrite check.sh in Makefile
This commit is contained in:
16
test/Makefile
Normal file
16
test/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
.POSIX:
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .test
|
||||
|
||||
TEST = bare luks lvm zfs
|
||||
|
||||
all: ${TEST}
|
||||
|
||||
.test:
|
||||
./$< > $@.out 2>&1
|
||||
|
||||
clean:
|
||||
rm -f *.out
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user