From 52e5d7093929d127c4296a96ca97a0d423cba820 Mon Sep 17 00:00:00 2001 From: bptato Date: Wed, 4 Dec 2024 19:20:49 +0100 Subject: md2html: another list bugfix, add a test --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b622e11f..8622dfc3 100644 --- a/Makefile +++ b/Makefile @@ -241,15 +241,19 @@ test/net/run: test/net/run.nim .PHONY: test_js test_js: - (cd test/js && ./run_js_tests.sh) + (cd test/js && ./run.sh) .PHONY: test_layout test_layout: - (cd test/layout && ./run_layout_tests.sh) + (cd test/layout && ./run.sh) + +.PHONY: test_md +test_md: + (cd test/md && ./run.sh) .PHONY: test_net test_net: test/net/run (cd test/net && ./run) .PHONY: test -test: test_js test_layout test_net +test: test_js test_layout test_net test_md -- cgit 1.4.1-2-gfad0