diff options
author | Stef Walter <stefw@gnome.org> | 2012-04-02 07:34:25 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-04-02 16:07:20 +0200 |
commit | d4c5661a695b5fc4a0126a4583e30ef70aea54ac (patch) | |
tree | a26b4a371bddb030cda4ead5f9fd1350bdcdef28 /tests/files/system-modules | |
parent | c43038d82edcfd878ff66e3aa7fe247f53876f9b (diff) |
Build some test modules for testing main p11-kit functionality
* And put together a test for duplicate modules
Diffstat (limited to 'tests/files/system-modules')
-rw-r--r-- | tests/files/system-modules/one | 2 | ||||
-rw-r--r-- | tests/files/system-modules/two | 2 | ||||
-rw-r--r-- | tests/files/system-modules/two-duplicate | 3 |
3 files changed, 5 insertions, 2 deletions
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 |