aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-29 09:58:38 -0800
committerCody Logan <cody@lokken.dev>2023-11-29 10:00:45 -0800
commitaeed943e126bbc670250408a0f0db6df4445573c (patch)
treea236c61ec322b3435f135a0177d76ed9abcec75f /Makefile
parentff1378dc42a1634f62e0005dd782a1b1f37551df (diff)
downloadconvert-markdown-aeed943e126bbc670250408a0f0db6df4445573c.tar.gz
convert-markdown-aeed943e126bbc670250408a0f0db6df4445573c.zip
Use data files to test input and output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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