diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-09 14:14:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-10 08:04:40 +0000 |
commit | 60b1c95cc47831246f097ee13dda8bcd71c57eb4 (patch) | |
tree | 8f8ede597a247c78f3742fa46ba9777b66edb76e /unotest/Library_unotest.mk | |
parent | 50336412f775af154509d67b1ebbdb4b5feb147b (diff) |
Extract Directories from BootstrapFixtureBase
(as some tests derive from the latter only for the Directories part, not for the
setUp/tearDown overrides: those tests will be cleaned up next)
Change-Id: Ib6b78eea868b8bc21d4cc6e8fd9e1d025deca05f
Reviewed-on: https://gerrit.libreoffice.org/23078
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'unotest/Library_unotest.mk')
-rw-r--r-- | unotest/Library_unotest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index 3f9d99b6f0a3..315447cd6dd0 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -32,6 +32,7 @@ $(eval $(call gb_Library_use_externals,unotest,\ $(eval $(call gb_Library_add_exception_objects,unotest,\ unotest/source/cpp/bootstrapfixturebase \ + unotest/source/cpp/directories \ unotest/source/cpp/filters-test \ unotest/source/cpp/getargument \ unotest/source/cpp/gettestargument \ |