From: Fletcher T. Penney Date: Fri, 27 Jan 2017 19:18:05 +0000 (-0500) Subject: ADDED: Add pathologic test suite X-Git-Tag: 0.1.1a^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da7918f07912c15fad9f9a11528b43d722b20507;p=multimarkdown ADDED: Add pathologic test suite --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c37b336..399d89b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -428,3 +428,5 @@ endfunction(ADD_MMD_TEST) ADD_MMD_TEST(mmd-6 "" MMD6Tests html) ADD_MMD_TEST(mmd-6-compat "-c" MMD6Tests htmlc) + +ADD_MMD_TEST(pathologic "" ../build html)