summaryrefslogtreecommitdiff
path: root/tests/files/user-modules/win32
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-17 08:05:18 +0200
committerStef Walter <stefw@gnome.org>2012-07-26 12:22:31 +0200
commit356377709cd1de1308d9d8cf15f528578a360cf3 (patch)
tree6266878e283f1eeaf582dbe14818853793fb120f /tests/files/user-modules/win32
parentf10d361a5b523ce7f9289ba8d45ccd847510d619 (diff)
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
Diffstat (limited to 'tests/files/user-modules/win32')
-rw-r--r--tests/files/user-modules/win32/one.module2
-rw-r--r--tests/files/user-modules/win32/three.module5
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/files/user-modules/win32/one.module b/tests/files/user-modules/win32/one.module
new file mode 100644
index 0000000..c371e4a
--- /dev/null
+++ b/tests/files/user-modules/win32/one.module
@@ -0,0 +1,2 @@
+
+setting: user1 \ No newline at end of file
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