t/: Add a test suite.
[catacomb-python] / setup.py
index 1f45f69..80a1547 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])