summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/CppunitTest_smoketest.mk4
-rw-r--r--smoketest/Jar_TestExtension.mk2
-rw-r--r--smoketest/Library_smoketest.mk4
3 files changed, 5 insertions, 5 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk
index 2e614b681d10..851e2e4bd1e5 100644
--- a/smoketest/CppunitTest_smoketest.mk
+++ b/smoketest/CppunitTest_smoketest.mk
@@ -29,12 +29,12 @@ $(eval $(call gb_CppunitTest_CppunitTest,smoketest))
$(eval $(call gb_CppunitTest_abort_on_assertion,smoketest))
-$(eval $(call gb_CppunitTest_add_api,smoketest,\
+$(eval $(call gb_CppunitTest_use_api,smoketest,\
offapi \
udkapi \
))
-$(eval $(call gb_CppunitTest_add_linked_libs,smoketest,\
+$(eval $(call gb_CppunitTest_use_libraries,smoketest,\
cppu \
cppuhelper \
sal \
diff --git a/smoketest/Jar_TestExtension.mk b/smoketest/Jar_TestExtension.mk
index 8276cc58135a..8069efe25d35 100644
--- a/smoketest/Jar_TestExtension.mk
+++ b/smoketest/Jar_TestExtension.mk
@@ -36,7 +36,7 @@ $(eval $(call gb_Jar_set_jarclasspath,TestExtension,\
unoil.jar \
))
-$(eval $(call gb_Jar_add_jars,TestExtension,\
+$(eval $(call gb_Jar_use_jars,TestExtension,\
$(OUTDIR)/bin/juh.jar \
$(OUTDIR)/bin/jurt.jar \
$(OUTDIR)/bin/ridl.jar \
diff --git a/smoketest/Library_smoketest.mk b/smoketest/Library_smoketest.mk
index 80b7de0c9732..f14348e484dd 100644
--- a/smoketest/Library_smoketest.mk
+++ b/smoketest/Library_smoketest.mk
@@ -27,12 +27,12 @@
$(eval $(call gb_Library_Library,smoketest))
-$(eval $(call gb_Library_add_api,smoketest,\
+$(eval $(call gb_Library_use_api,smoketest,\
offapi \
udkapi \
))
-$(eval $(call gb_Library_add_linked_libs,smoketest,\
+$(eval $(call gb_Library_use_libraries,smoketest,\
cppu \
cppuhelper \
sal \