summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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