From 356377709cd1de1308d9d8cf15f528578a360cf3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 17 Jul 2012 08:05:18 +0200 Subject: Use correct shared library extension on windows * The windows shared libraries have the .dll extension * This means we also need separate directories for the test module configs on win32 https://bugzilla.gnome.org/show_bug.cgi?id=44740 --- tests/files/user-modules/win32/three.module | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/files/user-modules/win32/three.module (limited to 'tests/files/user-modules/win32/three.module') diff --git a/tests/files/user-modules/win32/three.module b/tests/files/user-modules/win32/three.module new file mode 100644 index 0000000..58f883d --- /dev/null +++ b/tests/files/user-modules/win32/three.module @@ -0,0 +1,5 @@ + +module: mock-three.dll +setting: user3 + +enable-in: test-enable \ No newline at end of file -- cgit v1.1