chiark / gitweb /
t/: Add a test suite.
[catacomb-python] / setup.py
index 1f45f6975da7c0b077f0222b29582c692b0f05b7..80a154772a0504041c2e2793d3588c25d69e03d0 100755 (executable)
--- 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])