From e9e26fa3d84b9d38c4a33fb33f890b21b482ef13 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 25 Nov 2019 01:53:54 -0500 Subject: email-print-mime-structure: simple baseline test suite I want to ensure that any changes don't ultimately break the behavior of email-print-mime-structure. Signed-off-by: Daniel Kahn Gillmor --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd8f592..de2a784 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ COMPLETIONS=completions/bash/email-print-mime-structure all: $(MANPAGES) $(COMPLETIONS) +check: + ./tests/email-print-mime-structure.sh + clean: rm -f $(MANPAGES) rm -rf completions -- cgit v1.2.3