diff options
Diffstat (limited to '')
-rw-r--r-- | lang/python/tests/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index 7df40a2d..0bc8c7f8 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -39,8 +39,11 @@ py_tests = t-wrapper.py \ t-signers.py \ t-decrypt.py \ t-export.py \ + t-trustlist.py \ t-edit.py \ - t-wait.py + t-wait.py \ + t-encrypt-large.py \ + t-file-name.py TESTS = $(top_srcdir)/tests/gpg/initial.test \ $(py_tests) \ |