summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2014-10-22 13:06:26 +0800
committerTzu-ping Chung <uranusjr@gmail.com>2014-10-22 13:12:03 +0800
commit9585febb58d43d81748774a13720ec5152d2bea7 (patch)
tree0d1579bf058ad3d5ddeff6a750df82bf3adc82a6 /Makefile.win
parenta88343c593a87d1d5c43ff2498e2a479e749cbee (diff)
downloadrust-hoedown-9585febb58d43d81748774a13720ec5152d2bea7.tar.gz
Make tests work on Windows
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win5
1 files changed, 5 insertions, 0 deletions
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