diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-01-19 15:10:21 +0000 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-01-19 15:10:21 +0000 |
commit | c6114d74c265e77944968c46dd7afd0b09839ef7 (patch) | |
tree | 095e2a456cd8b75fb2f83d6af8f42720f21c13b7 /tests/twisted/Makefile.am | |
parent | df58b39efd5db4c8cf2ad85a75377fde48191439 (diff) |
Tests using the debug API must be in the special section to work in distcheck
Diffstat (limited to 'tests/twisted/Makefile.am')
-rw-r--r-- | tests/twisted/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am index 04fc7b4b..7b4851b2 100644 --- a/tests/twisted/Makefile.am +++ b/tests/twisted/Makefile.am @@ -10,7 +10,6 @@ TWISTED_BASIC_TESTS = \ account-manager/create-with-properties.py \ account-manager/enable.py \ account-manager/enable-auto-connect.py \ - account-manager/hidden.py \ account-manager/nickname.py \ account-manager/service.py \ account-manager/param-types.py \ @@ -73,6 +72,7 @@ endif # For simplicity, these are also separate tests: at least # account-storage/*.py need their own instances. TWISTED_SPECIAL_BUILD_TESTS = \ + account-manager/hidden.py \ account-manager/auto-away.py \ account-storage/default-keyring-storage.py \ account-storage/diverted-storage.py |