From d4c5661a695b5fc4a0126a4583e30ef70aea54ac Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 2 Apr 2012 07:34:25 +0200 Subject: Build some test modules for testing main p11-kit functionality * And put together a test for duplicate modules --- tests/files/system-modules/one | 2 +- tests/files/system-modules/two | 2 +- tests/files/system-modules/two-duplicate | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 tests/files/system-modules/two-duplicate (limited to 'tests/files/system-modules') diff --git a/tests/files/system-modules/one b/tests/files/system-modules/one index e48b76d..3620869 100644 --- a/tests/files/system-modules/one +++ b/tests/files/system-modules/one @@ -1,3 +1,3 @@ -module: /path/to/module-one +module: mock-one.so setting: system1 \ No newline at end of file diff --git a/tests/files/system-modules/two b/tests/files/system-modules/two index 66e24dc..0bfa3ca 100644 --- a/tests/files/system-modules/two +++ b/tests/files/system-modules/two @@ -1,3 +1,3 @@ -module: /path/to/module-two +module: mock-two.so setting: system2 \ No newline at end of file diff --git a/tests/files/system-modules/two-duplicate b/tests/files/system-modules/two-duplicate new file mode 100644 index 0000000..907aa75 --- /dev/null +++ b/tests/files/system-modules/two-duplicate @@ -0,0 +1,3 @@ + +# This is a duplicate of the 'two' module +module: mock-two.so -- cgit v1.1