aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-05-10 19:56:44 -0400
committerRob Austein <sra@hactrn.net>2017-05-10 19:56:44 -0400
commitccef1b59bc6cca89474eaddf7144972926281e29 (patch)
treeacba87b2b069a2d788d256a266db203d4920924e /Makefile
parent743ec40231db809d22487ee60f64d00b7b845807 (diff)
Clean up default location of PKCS #11 library.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 954380e..ccee996 100644
--- a/Makefile
+++ b/Makefile
@@ -193,7 +193,7 @@ TAGS: *.[ch]
# Basic testing, via the Python unittest library and our cryptech.py11 interface code
test: all
- python unit_tests.py
+ python unit_tests.py --libpkcs11 ./${SONAME}
# Further testing using hsmbully, if we can find a copy of it.