diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-29 09:58:38 -0800 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-11-29 10:00:45 -0800 |
| commit | aeed943e126bbc670250408a0f0db6df4445573c (patch) | |
| tree | a236c61ec322b3435f135a0177d76ed9abcec75f /Makefile | |
| parent | ff1378dc42a1634f62e0005dd782a1b1f37551df (diff) | |
| download | convert-markdown-aeed943e126bbc670250408a0f0db6df4445573c.tar.gz convert-markdown-aeed943e126bbc670250408a0f0db6df4445573c.zip | |
Use data files to test input and output
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
