diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-17 13:36:56 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-18 00:15:22 +0200 |
commit | bebb04bec523efe300863a39df719795cb4379cc (patch) | |
tree | 494597925d47617de2c4b4c988a976d389e50752 /desktop | |
parent | 53ece9928587fedc93231a8f730455d638663296 (diff) |
make sure the test is not executed before the libs have been built
Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/CppunitTest_desktop_lib.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/CppunitTest_desktop_lib.mk b/desktop/CppunitTest_desktop_lib.mk index 93b75f0e78a8..bfcbf56294fb 100644 --- a/desktop/CppunitTest_desktop_lib.mk +++ b/desktop/CppunitTest_desktop_lib.mk @@ -20,6 +20,8 @@ $(eval $(call gb_CppunitTest_use_libraries,desktop_lib, \ cppu \ cppuhelper \ sal \ + sc \ + scfilt \ sfx \ sofficeapp \ subsequenttest \ |