diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-10 11:54:38 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-10 11:55:22 +0200 |
commit | 591c1c14f2ebbcbc3f621456e31e2af1d26820b8 (patch) | |
tree | b2a994b44b5b176906c4d178c4e230786f07818a | |
parent | 85d9078be0456de8014a6f186f3916ddb01792d2 (diff) |
Rename p11-kit test
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | tests/Makefile.am | 6 | ||||
-rw-r--r-- | tests/test-fork.c (renamed from tests/p11-test.c) | 0 |
3 files changed, 5 insertions, 3 deletions
@@ -76,6 +76,8 @@ temp.txt /tests/ptr-array-test /tests/conf-test /tests/uri-test +/tests/test-* +!/tests/test-*.c /tools/p11-kit diff --git a/tests/Makefile.am b/tests/Makefile.am index 6cac496..71e31a3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -16,11 +16,11 @@ noinst_PROGRAMS = \ conf-test \ uri-test \ pin-test \ - p11-test \ + test-fork \ print-messages -p11_test_SOURCES = \ - p11-test.c \ +test_fork_SOURCES = \ + test-fork.c \ mock-module.c mock-module.h check-am: diff --git a/tests/p11-test.c b/tests/test-fork.c index fcdcbe9..fcdcbe9 100644 --- a/tests/p11-test.c +++ b/tests/test-fork.c |