diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-06 10:04:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-02-06 12:59:11 +0100 |
commit | 49fd7425da1ffc9d745758ccaee4a6ae78b0d569 (patch) | |
tree | d478b9c14ea92453dc498f6136fc54bf49ce860e /jurt | |
parent | 17f83e391297f86f264dabd447d48280662b2435 (diff) |
These tests don't need gb_JunitTest_use_jar_classset,*,jurt
(as discussed in the commit message of ae855bf48163ff64d94cfc34aff8e37abdb5518d
"tdf#117331 Merge jurt and unoil into ridl")
Change-Id: Ib1a46726b90a982ee5a0e2edd10096e14d434032
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88075
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/JunitTest_uno.mk | 2 | ||||
-rw-r--r-- | jurt/JunitTest_util.mk | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/jurt/JunitTest_uno.mk b/jurt/JunitTest_uno.mk index 3af341eb15d3..1edfbf70174a 100644 --- a/jurt/JunitTest_uno.mk +++ b/jurt/JunitTest_uno.mk @@ -14,8 +14,6 @@ $(eval $(call gb_JunitTest_use_jars,jurt_uno,\ ridl \ )) -$(eval $(call gb_JunitTest_use_jar_classset,jurt_uno,jurt)) - $(eval $(call gb_JunitTest_add_sourcefiles,jurt_uno,\ jurt/test/com/sun/star/uno/AnyConverter_Test \ jurt/test/com/sun/star/uno/UnoRuntime_EnvironmentTest \ diff --git a/jurt/JunitTest_util.mk b/jurt/JunitTest_util.mk index 164ea206ee4d..72f1d29c10f2 100644 --- a/jurt/JunitTest_util.mk +++ b/jurt/JunitTest_util.mk @@ -13,8 +13,6 @@ $(eval $(call gb_JunitTest_use_jars,jurt_util,\ ridl \ )) -$(eval $(call gb_JunitTest_use_jar_classset,jurt_util,jurt)) - $(eval $(call gb_JunitTest_add_sourcefiles,jurt_util,\ jurt/test/com/sun/star/lib/util/NativeLibraryLoader_Test \ )) |