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 236354ff..7df40a2d 100644 --- a/lang/python/tests/Makefile.am +++ b/lang/python/tests/Makefile.am @@ -39,7 +39,8 @@ py_tests = t-wrapper.py \ t-signers.py \ t-decrypt.py \ t-export.py \ - t-edit.py + t-edit.py \ + t-wait.py TESTS = $(top_srcdir)/tests/gpg/initial.test \ $(py_tests) \ |