summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_subsequent_filters_test.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-15 21:15:10 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-15 21:37:50 +0300
commit0b2eae62f1ccaad1c963d2637aafaa1ce9062455 (patch)
tree8624e961142cac8da29875cb723b23662f02c9c7 /sc/CppunitTest_sc_subsequent_filters_test.mk
parentca3392e833ef932664e236eafddeff874eb95d70 (diff)
No need for Android, iOS or CROSS_COMPILING conditionals for unit tests
We don't run unit tests when cross-compiling anyway and since d4ea8c6b7ee32dfbe1525cae45ad44d411052c33 the corresponding .mk files aren't even read by Make. Change-Id: Icbee9ad51841d515a551e67708d9594358ce7e71
Diffstat (limited to 'sc/CppunitTest_sc_subsequent_filters_test.mk')
-rw-r--r--sc/CppunitTest_sc_subsequent_filters_test.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/CppunitTest_sc_subsequent_filters_test.mk b/sc/CppunitTest_sc_subsequent_filters_test.mk
index f6ea8626d69a..b0c99c8ef877 100644
--- a/sc/CppunitTest_sc_subsequent_filters_test.mk
+++ b/sc/CppunitTest_sc_subsequent_filters_test.mk
@@ -70,9 +70,6 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_subsequent_filters_test, \
utl \
vcl \
xo \
- $(if $(filter $(OS),ANDROID), \
- lo-bootstrap \
- ) \
$(gb_UWINAPI) \
))
@@ -134,12 +131,10 @@ $(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
xmlsecurity/util/xsec_xmlsec.windows \
))
else
-ifneq ($(filter-out IOS ANDROID,$(OS)),) #FIXME: get nss&xmlsec building
$(eval $(call gb_CppunitTest_use_components,sc_subsequent_filters_test,\
xmlsecurity/util/xsec_xmlsec \
))
endif
-endif
$(eval $(call gb_CppunitTest_use_configuration,sc_subsequent_filters_test))