Now targeting CommonMark 0.13!

This commit is contained in:
Xavier Mendez 2014-12-23 21:26:48 +01:00
parent 9cb5dd8cf3
commit 4436d6fdc0
5 changed files with 7 additions and 7 deletions

6
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "stmd"]
path = stmd
url = https://github.com/jgm/stmd
[submodule "CommonMark"]
path = CommonMark
url = https://github.com/jgm/CommonMark.git

View file

@ -56,7 +56,7 @@ if (BUILD_CLI)
get_target_property(HOEDOWN_LOCATION hoedown LOCATION)
add_custom_target(test
perl stmd/runtests.pl stmd/spec.txt ${HOEDOWN_LOCATION}
python CommonMark/test/spec_tests.py --spec CommonMark/spec.txt --program "${HOEDOWN_LOCATION}"
DEPENDS hoedown
)
endif (BUILD_CLI)

1
CommonMark Submodule

@ -0,0 +1 @@
Subproject commit bbaf30eafa5530dc9a9b6d2c476403eadfb20423

View file

@ -17,9 +17,9 @@ extern "C" {
#define HOEDOWN_VERSION_MINOR 0
#define HOEDOWN_VERSION_REVISION 0
#define HOEDOWN_COMMONMARK_VERSION "0.7.0"
#define HOEDOWN_COMMONMARK_VERSION "0.13.0"
#define HOEDOWN_COMMONMARK_VERSION_MAJOR 0
#define HOEDOWN_COMMONMARK_VERSION_MINOR 7
#define HOEDOWN_COMMONMARK_VERSION_MINOR 13
#define HOEDOWN_COMMONMARK_VERSION_REVISION 0

1
stmd

@ -1 +0,0 @@
Subproject commit a5fa2d573185bcc565da89effcfbfdc2967ef939