summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-26 11:08:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-26 11:29:08 +0200
commit3d229daa139da5cc6b5a3a79d40db0e690768e86 (patch)
treeac7ae375360f7f1feb2f7174dc7a1b63858c14f1 /Repository.mk
parent9921ec873667531b0166e72adea07a5d644c1c7b (diff)
Test libs are layer "NONE"
...as they are used during the build, rather than included into installation sets. Change-Id: I67029c1cefacf3e4936ce916d17f7940ebebceaf
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk15
1 files changed, 9 insertions, 6 deletions
diff --git a/Repository.mk b/Repository.mk
index 054d9a325871..6a0e2979d25d 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -417,6 +417,15 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
endif
+$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
+ smoketest \
+ subsequenttest \
+ test \
+ unobootstrapprotector \
+ unoexceptionprotector \
+ unotest \
+))
+
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,URE, \
affine_uno \
$(if $(SOLAR_JAVA),java_uno) \
@@ -508,10 +517,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
recentfile \
scriptframe \
sdbc2 \
- smoketest \
srtrs1 \
- subsequenttest \
- test \
textconv_dict \
tvhlp1 \
ucpdav1 \
@@ -519,10 +525,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
ucpchelp1 \
ucphier1 \
ucppkg1 \
- unobootstrapprotector \
- unoexceptionprotector \
unopkgapp \
- unotest \
updchk \
xmlsecurity \
xsec_fw \