From aeed943e126bbc670250408a0f0db6df4445573c Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 29 Nov 2023 09:58:38 -0800 Subject: Use data files to test input and output --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1bc340d..870970d 100644 --- a/Makefile +++ b/Makefile @@ -13,13 +13,13 @@ convert-markdown: $(OBJS) $(OBJS): config.h clean: - rm -f convert-markdown $(OBJS) test-convert-markdown + rm -f convert-markdown $(OBJS) test-convert-markdown $(TESTOBJS) distclean: clean rm -f Makefile.configure config.h config.log config.h.old config.log.old check: tests - @echo "# header" | ./test-convert-markdown + @./test-convert-markdown tests: test-convert-markdown -- cgit v1.2.3