diff options
Diffstat (limited to 'lang/python/tests/Makefile.am')
-rw-r--r-- | lang/python/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am index b2e725fa..bc571fe4 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -49,7 +49,8 @@ py_tests = t-wrapper.py \ t-wait.py \ t-encrypt-large.py \ t-file-name.py \ - t-idiomatic.py + t-idiomatic.py \ + t-protocol-assuan.py TESTS = initial.py $(py_tests) final.py EXTRA_DIST = support.py $(TESTS) encrypt-only.asc sign-only.asc |