summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-10-10 11:54:38 +0200
committerStef Walter <stefw@collabora.co.uk>2011-10-10 11:55:22 +0200
commit591c1c14f2ebbcbc3f621456e31e2af1d26820b8 (patch)
treeb2a994b44b5b176906c4d178c4e230786f07818a /tests
parent85d9078be0456de8014a6f186f3916ddb01792d2 (diff)
Rename p11-kit test
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
-rw-r--r--tests/test-fork.c (renamed from tests/p11-test.c)0
2 files changed, 3 insertions, 3 deletions
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