From 6a533371d185946e1b49d62a193b81db31a1604f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 4 Dec 2008 22:50:10 +0000 Subject: Add GetInfo, GetSlotInfo, GetTokenInfo, GetSlotList tests. --- src/p11-tests.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/p11-tests.c') diff --git a/src/p11-tests.c b/src/p11-tests.c index b871533..bb67dd7 100644 --- a/src/p11-tests.c +++ b/src/p11-tests.c @@ -35,9 +35,14 @@ main(int argc, char* argv[]) if(argc < 1 || argc > 2) usage(); + /* Basic module tests */ p11t_module_load(argv[0]); p11t_module_initialize(argc == 2 ? argv[1] : NULL); + p11t_info_tests(); + + /* Remaining module tests */ + p11t_module_finalize(); p11t_module_unload(); return 0; -- cgit v1.2.3