From 9585febb58d43d81748774a13720ec5152d2bea7 Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Wed, 22 Oct 2014 13:06:26 +0800 Subject: Make tests work on Windows --- Makefile.win | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.win') diff --git a/Makefile.win b/Makefile.win index cda24b9..ce5ffa2 100644 --- a/Makefile.win +++ b/Makefile.win @@ -34,3 +34,8 @@ clean: .c.obj: $(CC) $(CFLAGS) /c $< /Fo$@ + +# Testing + +test: hoedown.exe + python test\runner.py -- cgit v1.2.1