Edit

kc3-lang/md4c/scripts/run-commonmark-tests.sh

Branch :

  • Show log

    Commit

  • Author : Martin Mitas
    Date : 2016-10-03 21:41:13
    Hash : 2d21382f
    Message : Run CommonMark testsuite when building on travis.ci.org.

  • scripts/run-commonmark-tests.sh
  • #!/bin/sh
    
    set -e
    
    if [ ! -d commonmark ]; then
        git clone https://github.com/jgm/commonmark.git
    fi
    
    commonmark/test/spec_tests.py -s commonmark/spec.txt -p md2html/md2html