diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 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: |