X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/e91150b266bbd768905258166601fdf333d3d987..553d59fec08fd9102b21fd0dc83ba708862a6090:/setup.py?ds=inline diff --git a/setup.py b/setup.py index 1f45f69..80a1547 100755 --- a/setup.py +++ b/setup.py @@ -25,4 +25,9 @@ MS.setup(name = 'catacomb-python', packages = ['catacomb'], scripts = ['pwsafe'], 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])