summaryrefslogtreecommitdiff
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
parent85d9078be0456de8014a6f186f3916ddb01792d2 (diff)
downloadp11-kit-591c1c14f2ebbcbc3f621456e31e2af1d26820b8.tar.gz
Rename p11-kit test
-rw-r--r--.gitignore2
-rw-r--r--tests/Makefile.am6
-rw-r--r--tests/test-fork.c (renamed from tests/p11-test.c)0
3 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 0a4a42e..f715e20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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