diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-08-26 21:24:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-08-27 11:40:35 +0200 |
commit | b7b89c9696534d015a7631e959cd03f5e8b29be2 (patch) | |
tree | e981c3c07a38bda1b26a7d7dfb0905adf89f0238 /Repository.mk | |
parent | 85561702015659f8943abb23f316a32702b46411 (diff) |
The testtools component libs are layer NONE, not URELIB
Change-Id: I513ca71792ed9d4010a90041f3f5b818816374c8
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Repository.mk b/Repository.mk index bd8a4ee6427e..f69f10ff0f0f 100644 --- a/Repository.mk +++ b/Repository.mk @@ -435,6 +435,9 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ smoketest \ subsequenttest \ test \ + testtools_cppobj \ + testtools_bridgetest \ + testtools_constructors \ unobootstrapprotector \ unoexceptionprotector \ unotest \ @@ -608,12 +611,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ pythonloader \ )) -$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \ - testtools_cppobj \ - testtools_bridgetest \ - testtools_constructors \ -)) - $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \ cppu \ sal \ |