diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 10:17:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 10:19:11 +0100 |
commit | ec95e6a17c591bff6c0582c304c1beeb1efe141f (patch) | |
tree | 5a9d27125ab5e70a6507c43a9395f03cf026f3ad /pyuno/PythonTest_pytests.mk | |
parent | a7f68538f5f27093b8165e2e8fce3f7fade3aaf9 (diff) |
add an import ssl test
Change-Id: Ia2dad214e6a224c979a8664bfded7d2caffb221a
Diffstat (limited to 'pyuno/PythonTest_pytests.mk')
-rw-r--r-- | pyuno/PythonTest_pytests.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyuno/PythonTest_pytests.mk b/pyuno/PythonTest_pytests.mk index 63ffbb67731c..177195fb6d85 100644 --- a/pyuno/PythonTest_pytests.mk +++ b/pyuno/PythonTest_pytests.mk @@ -25,5 +25,6 @@ $(eval $(call gb_PythonTest_PythonTest,pytests)) $(call gb_PythonTest_get_target,pytests) : \ $(call gb_PythonTest_get_target,pyuno_pytests_insertremovecells) \ + $(call gb_PythonTest_get_target,pyuno_pytests_ssl) \ # vim: set noet sw=4 ts=4: |