From 1d9ca2ddb4df85b7235ec78e4996cf2d1fd775a2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 19 Feb 2011 16:33:36 +0100 Subject: Reference implementation of PKCS#11 URIs --- tests/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 5c9e0e4..92dba16 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,7 +7,8 @@ INCLUDES = \ noinst_PROGRAMS = \ hash-test \ - conf-test + conf-test \ + uri-test hash_test_LDADD = \ $(top_builddir)/module/libp11-kit-testable.la @@ -15,6 +16,10 @@ hash_test_LDADD = \ conf_test_LDADD = \ $(top_builddir)/module/libp11-kit-testable.la +uri_test_LDADD = \ + $(top_builddir)/module/libp11-kit-testable.la + check-am: ./hash-test ./conf-test + ./uri-test \ No newline at end of file -- cgit v1.2.3