summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDevin Torres <devin@devintorr.es>2014-09-13 00:11:30 -0500
committerDevin Torres <devin@devintorr.es>2014-09-13 00:11:30 -0500
commitd20dd8ee04016b100531567219467b15713af94a (patch)
tree765ae1790e98be978f228d83b3c7af51f0bd89f8 /Makefile
parentb92c4545b0a9a2a0c37aad8c4e6bb4b1dc6b6340 (diff)
parent00a5b7abc25a3f88afb7f4f44c1328a119343270 (diff)
downloadrust-hoedown-d20dd8ee04016b100531567219467b15713af94a.tar.gz
Merge pull request #122 from uranusjr/unittest
New test framework based on Python’s unittest module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb0f79c..9faec03 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ src/html_blocks.c: html_block_names.gperf
# Testing
test: hoedown
- test/runner.sh ./hoedown test/MarkdownTest_1.0.3/Tests
+ python test/runner.py
test-pl: hoedown
perl test/MarkdownTest_1.0.3/MarkdownTest.pl \