chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rand.c: Show keyword argument as optional.
[catacomb-python]
/
setup.py
diff --git
a/setup.py
b/setup.py
index efa922b899ea3f731901dcd5714ae009567168c1..d7781775a5d3e8f63594f13bf38f8a6183040421 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-26,4
+26,9
@@
MS.setup(name = 'catacomb-python',
scripts = ['pock', 'pwsafe'],
data_files = [('share/man/man1', ['pock.1', 'pwsafe.1'])],
genfiles = [MS.Generate('algorithms.h')],
scripts = ['pock', 'pwsafe'],
data_files = [('share/man/man1', ['pock.1', 'pwsafe.1'])],
genfiles = [MS.Generate('algorithms.h')],
+ unittest_dir = "t",
+ unittests = ["t-misc", "t-algorithms", "t-bytes", "t-buffer",
+ "t-convert", "t-ec", "t-field", "t-group", "t-key",
+ "t-mp", "t-passphrase", "t-pgen", "t-pubkey",
+ "t-rand", "t-rat", "t-share"],
ext_modules = [cat])
ext_modules = [cat])