From e9e8fa617a666b9ef36fb47dedb3d0fe96dfca48 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 31 Dec 2014 16:24:55 +0100 Subject: Fix spec tests on Windows --- test/cmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cmark.py') diff --git a/test/cmark.py b/test/cmark.py index 21d0b3f..253e3a8 100644 --- a/test/cmark.py +++ b/test/cmark.py @@ -26,7 +26,7 @@ class CMark: if sysname == 'Darwin': libname += ".dylib" elif sysname == 'Windows': - libname += ".dll" + libname = "cmark.dll" else: libname += ".so" if library_dir: -- cgit v1.2.3