summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-11 12:59:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-11 13:10:07 +0100
commit36b9ff5eee574df28db2a684723eb1d6bd51fa4c (patch)
treecc893d582a0b025f344df59d0a568a9c5e20bcde
parenttailbuild_serialize things seem to need to be in reverse dependency order (diff)
downloadcore-36b9ff5eee574df28db2a684723eb1d6bd51fa4c.tar.gz
core-36b9ff5eee574df28db2a684723eb1d6bd51fa4c.zip
ure cppunit tests depend on unobootstrapprotector
Change-Id: I998d0f46020d3f5ea6fd387fbed8480e3d57e59a
-rw-r--r--basic/prj/build.lst2
-rw-r--r--editeng/prj/build.lst2
-rw-r--r--solenv/gbuild/CppunitTest.mk2
3 files changed, 4 insertions, 2 deletions
diff --git a/basic/prj/build.lst b/basic/prj/build.lst
index 81f7ef51ad5f..e6128bc8886f 100644
--- a/basic/prj/build.lst
+++ b/basic/prj/build.lst
@@ -1,3 +1,3 @@
-sb basic : TRANSLATIONS:translations offapi oovbaapi svtools xmlscript framework salhelper LIBXSLT:libxslt NULL
+sb basic : TRANSLATIONS:translations offapi oovbaapi svtools xmlscript framework salhelper LIBXSLT:libxslt unotest NULL
sb basic usr1 - all sb_mkout NULL
sb basic\prj nmake - all sb_prj NULL
diff --git a/editeng/prj/build.lst b/editeng/prj/build.lst
index 7d6afc7975c2..72b463693d0d 100644
--- a/editeng/prj/build.lst
+++ b/editeng/prj/build.lst
@@ -1,2 +1,2 @@
-ed editeng : TRANSLATIONS:translations svtools xmloff linguistic NULL
+ed editeng : TRANSLATIONS:translations svtools xmloff linguistic unotest NULL
ed editeng\prj nmake - all ed_prj NULL
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 5d1ce4e9751c..ab33bd996fb1 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -154,6 +154,8 @@ endef
define gb_CppunitTest_use_ure
$(call gb_CppunitTest_use_rdb,$(1),ure/services)
$(call gb_CppunitTest_get_target,$(1)) : URE := $(true)
+$(call gb_CppunitTest_get_target,$(1)) : $(call gb_Library_get_target,unobootstrapprotector)
+$(call gb_CppunitTest_get_target,$(1)) : $(call gb_Library_get_target,unoexceptionprotector)
endef