From: Fletcher T. Penney Date: Sat, 28 Jan 2017 17:09:15 +0000 (-0500) Subject: CHANGED: Run pathologic tests in compatibility mode as well X-Git-Tag: 0.1.1a^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ee994a5785c8cafb9e6f652c922569b2fa4793d;p=multimarkdown CHANGED: Run pathologic tests in compatibility mode as well --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 399d89b..c65f493 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -430,3 +430,5 @@ ADD_MMD_TEST(mmd-6 "" MMD6Tests html) ADD_MMD_TEST(mmd-6-compat "-c" MMD6Tests htmlc) ADD_MMD_TEST(pathologic "" ../build html) + +ADD_MMD_TEST(pathologic-compat "-c" ../build html)